aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-09-04 01:11:30 +0000
committerRod Whitby <rod@whitby.id.au>2007-09-04 01:11:30 +0000
commit9532a569a32d1882a73123dd4bfe53ac91b63354 (patch)
tree13b4abefb9ffe6fbc7c3b317deb481a9725bc88c /packages
parent3abe1cc404bdbad70ede822bedb7b6c1ffd80232 (diff)
downloadopenembedded-9532a569a32d1882a73123dd4bfe53ac91b63354.tar.gz
scummvm: Put it back the (broken) way it was. Changing to STAGING_BINDIR_CROSS doesn't help, cause that doesn't end in a 'bin' directory, and the configure script in scummvm adds a 'bin' to the end of the prefix given. Someone else who cares will need to fix it properly.
Diffstat (limited to 'packages')
-rw-r--r--packages/scummvm/scummvm.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/scummvm/scummvm.inc b/packages/scummvm/scummvm.inc
index 9e977c2a04..127754ffb8 100644
--- a/packages/scummvm/scummvm.inc
+++ b/packages/scummvm/scummvm.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.scummvm.org"
SECTION = "games"
PRIORITY = "optional"
LICENSE = "GPL"
-PR = "r1"
+PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/scummvm/scummvm-${PV}.tar.bz2"
@@ -11,7 +11,7 @@ inherit autotools
EXTRA_OECONF = "--host=${HOST_SYS} \
--backend=sdl \
- --with-sdl-prefix=${STAGING_BINDIR_CROSS}/.. \
+ --with-sdl-prefix=${STAGING_BINDIR_NATIVE}/.. \
--disable-alsa \
--prefix=${prefix} \
--with-ogg-prefix=${STAGING_LIBDIR}/.. \