aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-09-04 07:49:18 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-09-04 07:49:18 +0000
commitc5afcacf80b32c685b1fe7bdab0347fdea78e4ea (patch)
treeca10c91e9be8aad1a9c749d6e9e6ce9241e945b0 /packages
parent686c5dbff2ad6918861584f81a91a9e33a1195ff (diff)
downloadopenembedded-c5afcacf80b32c685b1fe7bdab0347fdea78e4ea.tar.gz
scummvm: give proper path to sdl-config
configure script check for GIVEN_PATH and GIVEN_PATH/bin
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..509caeab64 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 = "r2"
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_CROSS} \
--disable-alsa \
--prefix=${prefix} \
--with-ogg-prefix=${STAGING_LIBDIR}/.. \