From: Koen Kooi Date: Sun, 29 Apr 2007 20:53:02 +0000 (+0000) Subject: scummvm: point to the right path for the sdl config X-Git-Tag: Release-2010-05/1~8868^2~660^2~3^2~14 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32bd006a7e537d275653a0899430aa194e736148;p=openembedded.git scummvm: point to the right path for the sdl config --- diff --git a/packages/scummvm/scummvm.inc b/packages/scummvm/scummvm.inc index 313b8e3d51..24b1e5a12a 100644 --- a/packages/scummvm/scummvm.inc +++ b/packages/scummvm/scummvm.inc @@ -9,7 +9,7 @@ inherit autotools EXTRA_OECONF = "--host=${HOST_SYS} \ --backend=sdl \ - --with-sdl-prefix=${STAGING_BINDIR}/.. \ + --with-sdl-prefix=${STAGING_BINDIR_NATIVE}/.. \ --disable-alsa \ --with-ogg-prefix=${STAGING_LIBDIR}/.. \ --with-vorbis-prefix=${STAGING_LIBDIR}/.. \