summaryrefslogtreecommitdiff
path: root/scummvm/scummvm_0.6.0.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-15 08:22:30 +0000
committerChris Larson <clarson@kergoth.com>2004-05-15 08:22:30 +0000
commit9b3f3876bbb92f2024dcc46031808b8ad786aa90 (patch)
tree9fd997eb368b97f7990531e01bea757c3edf8a70 /scummvm/scummvm_0.6.0.oe
parent05c3b57203bffb0cfafaad8c0a68ea75d48b1e38 (diff)
Merge openembedded@openembedded.bkbits.net:packages
into linux.local:/home/kergoth/code/packages 2004/05/15 17:42:46+09:30 mithis.com!mithro scummvm_0.6.0.oe: Needed --host on configure line BKrev: 40a5d346yI5Udh6yLFX3l0vr7mu1Ug
Diffstat (limited to 'scummvm/scummvm_0.6.0.oe')
-rw-r--r--scummvm/scummvm_0.6.0.oe3
1 files changed, 2 insertions, 1 deletions
diff --git a/scummvm/scummvm_0.6.0.oe b/scummvm/scummvm_0.6.0.oe
index 3a73eecfb9..6c2a4af9b3 100644
--- a/scummvm/scummvm_0.6.0.oe
+++ b/scummvm/scummvm_0.6.0.oe
@@ -7,7 +7,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/scummvm/scummvm-${PV}.tar.bz2"
inherit autotools
-EXTRA_OECONF = "--backend=sdl \
+EXTRA_OECONF = "--host=${HOST_SYS} \
+ --backend=sdl \
--with-sdl-prefix=${STAGING_BINDIR}/.. \
--disable-alsa \
--with-ogg-prefix=${STAGING_LIBDIR}/.. \