git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6687a60
)
scummvm 0.9.0: enable all engines to get rid of undefined symbols*
author
Koen Kooi
<koen@openembedded.org>
Mon, 28 Aug 2006 21:54:46 +0000
(21:54 +0000)
committer
Koen 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
patch
|
blob
|
history
diff --git
a/packages/scummvm/scummvm_0.9.0.bb
b/packages/scummvm/scummvm_0.9.0.bb
index
7cfd6ac
..
9719ee2
100644
(file)
--- a/
packages/scummvm/scummvm_0.9.0.bb
+++ b/
packages/scummvm/scummvm_0.9.0.bb
@@
-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"