From ebc43e60b7b2b1409e00c832e4178525f9870be5 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Mon, 3 Sep 2007 11:17:55 +0000 Subject: scummvm: Fixed the staging dir location. Thx hrw for the tip. --- packages/scummvm/scummvm.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/scummvm') 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}/.. \ -- cgit 1.2.3-korg