aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl/libsdl-x11_1.2.14.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-01-20 02:09:17 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-01-20 02:11:34 +0100
commita41265d8838c3a1fe8e6a67873fe40ba8113c337 (patch)
tree37136476f59f458c58395578d53a62b169370524 /recipes/libsdl/libsdl-x11_1.2.14.bb
parent54fd63592417d07ad480475b7743f40d09f55790 (diff)
downloadopenembedded-a41265d8838c3a1fe8e6a67873fe40ba8113c337.tar.gz
libsdl-x11: use newer sdl.m4 macro from svn
* the sdl.m4 macro now uses pkgconfig which unbreaks gnome-games build * bump PR
Diffstat (limited to 'recipes/libsdl/libsdl-x11_1.2.14.bb')
-rw-r--r--recipes/libsdl/libsdl-x11_1.2.14.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/libsdl/libsdl-x11_1.2.14.bb b/recipes/libsdl/libsdl-x11_1.2.14.bb
index b35cc26dfe..d606e801de 100644
--- a/recipes/libsdl/libsdl-x11_1.2.14.bb
+++ b/recipes/libsdl/libsdl-x11_1.2.14.bb
@@ -8,10 +8,11 @@ LICENSE = "LGPL"
DEPENDS = "alsa-lib virtual/libgl virtual/libx11 libxext tslib"
DEPENDS_avr32 = "alsa-lib virtual/libx11 libxext tslib"
PROVIDES = "virtual/libsdl"
-PR = "r2"
+PR = "r3"
SRC_URI = " \
http://www.libsdl.org/release/SDL-${PV}.tar.gz \
+ file://sdl.m4 \
"
S = "${WORKDIR}/SDL-${PV}"
@@ -40,6 +41,9 @@ do_configure_append () {
# prevent libtool from linking libs against libstdc++, libgcc, ...
cat ${TARGET_PREFIX}libtool | sed -e 's/postdeps=".*"/postdeps=""/' > ${TARGET_PREFIX}libtool.tmp
mv ${TARGET_PREFIX}libtool.tmp ${TARGET_PREFIX}libtool
+
+ # copy new sdl.m4 macrofile to the dir for installing
+ cp ${WORKDIR}/sdl.m4 ${S}/
}
do_stage() {