git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
686c5db
)
scummvm: give proper path to sdl-config
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Tue, 4 Sep 2007 07:49:18 +0000
(07:49 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Tue, 4 Sep 2007 07:49:18 +0000
(07:49 +0000)
configure script check for GIVEN_PATH and GIVEN_PATH/bin
packages/scummvm/scummvm.inc
patch
|
blob
|
history
diff --git
a/packages/scummvm/scummvm.inc
b/packages/scummvm/scummvm.inc
index
9e977c2
..
509caea
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
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}/.. \