diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-29 20:53:02 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-29 20:53:02 +0000 |
commit | 32bd006a7e537d275653a0899430aa194e736148 (patch) | |
tree | 63be0fb091c94140532b5ce658669a3b5061b100 /packages/scummvm | |
parent | f8eabf26a32553041ec48c9e046baf88b0c6fb73 (diff) |
scummvm: point to the right path for the sdl config
Diffstat (limited to 'packages/scummvm')
-rw-r--r-- | packages/scummvm/scummvm.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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}/.. \ |