summaryrefslogtreecommitdiff
path: root/packages/libsdl/libsdl-x11_1.2.11.bb
diff options
context:
space:
mode:
authorwoglinde <heinold@inf.fu-berlin.de>2008-10-18 21:59:01 +0200
committerwoglinde <heinold@inf.fu-berlin.de>2008-10-18 22:32:24 +0200
commit8b5e3f5fce5605e2bd0fc8b36b85809c65764acd (patch)
treeedc2a36fe577fb7125c94313003694690053f567 /packages/libsdl/libsdl-x11_1.2.11.bb
parent3a44c41ea3993ef7899f49228eab5874ae0bfb04 (diff)
libsdl-x11: fix sdl.m4 for sdl-config
* there is a stupid PATH setting which is using the host stuff, just removed it and our staging sdl-config is found * bump PR
Diffstat (limited to 'packages/libsdl/libsdl-x11_1.2.11.bb')
-rw-r--r--packages/libsdl/libsdl-x11_1.2.11.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/libsdl/libsdl-x11_1.2.11.bb b/packages/libsdl/libsdl-x11_1.2.11.bb
index 809c9852f8..e9628d9e07 100644
--- a/packages/libsdl/libsdl-x11_1.2.11.bb
+++ b/packages/libsdl/libsdl-x11_1.2.11.bb
@@ -3,7 +3,7 @@ require libsdl.inc
# extra-keys.patch is missing
DEFAULT_PREFERENCE = "-1"
-FILE_PR = "r6"
+FILE_PR = "r7"
SRC_URI = "\
http://www.libsdl.org/release/SDL-${PV}.tar.gz \
@@ -12,6 +12,7 @@ SRC_URI = "\
file://pagesize.patch;patch=1 \
file://kernel-asm-page.patch;patch=1 \
file://sdl-cdfix.patch;patch=1 \
+ file://fixmfour.patch;patch=1 \
"
EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \