diff options
Diffstat (limited to 'scummvm/scummvm_0.6.0.oe')
-rw-r--r-- | scummvm/scummvm_0.6.0.oe | 3 |
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}/.. \ |