diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-09-03 11:17:55 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-09-03 11:17:55 +0000 |
commit | ebc43e60b7b2b1409e00c832e4178525f9870be5 (patch) | |
tree | f394d7432ecdd3774e2ffae38f97ac0fc97bbaa4 | |
parent | 97a710af3809e6a9710c7149378220780abbcfc0 (diff) |
scummvm: Fixed the staging dir location. Thx hrw for the tip.
-rw-r--r-- | packages/scummvm/scummvm.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/scummvm/scummvm.inc b/packages/scummvm/scummvm.inc index af38e5c305..9e977c2a04 100644 --- a/packages/scummvm/scummvm.inc +++ b/packages/scummvm/scummvm.inc @@ -3,6 +3,7 @@ HOMEPAGE = "http://www.scummvm.org" SECTION = "games" PRIORITY = "optional" LICENSE = "GPL" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/scummvm/scummvm-${PV}.tar.bz2" @@ -10,7 +11,7 @@ inherit autotools EXTRA_OECONF = "--host=${HOST_SYS} \ --backend=sdl \ - --with-sdl-prefix=${STAGING_BINDIR_NATIVE}/.. \ + --with-sdl-prefix=${STAGING_BINDIR_CROSS}/.. \ --disable-alsa \ --prefix=${prefix} \ --with-ogg-prefix=${STAGING_LIBDIR}/.. \ |