scummvm 0.9.0: enable all engines to get rid of undefined symbols*
authorKoen Kooi <koen@openembedded.org>
Mon, 28 Aug 2006 21:54:46 +0000 (21:54 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 28 Aug 2006 21:54:46 +0000 (21:54 +0000)
* and be able to  play more games

packages/scummvm/scummvm_0.9.0.bb

index 7cfd6ac..9719ee2 100644 (file)
@@ -2,6 +2,11 @@ require scummvm.inc
 DEPENDS = "virtual/libsdl libmad libvorbis libogg zlib libmpeg2"
 SRC_URI += "file://sh3-arch-0.9.0+.patch;patch=1"
 
+EXTRA_OECONF += "--enable-lure \
+                --enable-agi \
+                --enable-cine \
+                "
+
 do_compile() {
        oe_runmake CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS} -lmpeg2" \
                    DEFINES="-DUNIX -DSCUMM_NEED_ALIGNMENT  -DUSE_MAD -DUSE_VORBIS -DUSE_ZLIB -DUSE_MPEG2"