summaryrefslogtreecommitdiff
path: root/packages/libsdl/libsdl-x11_1.2.11.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-08-25 12:34:25 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-08-25 12:34:25 +0000
commit170632400a39c176bb6678cfaa63f12c2b28d9ab (patch)
treee302e6a64985caa3912583ed43013e5ef01bd86a /packages/libsdl/libsdl-x11_1.2.11.bb
parent4d1113da44ff5c1087a76eaa7613b530fee37943 (diff)
libsdl 1.2.x use pkgconfig
Diffstat (limited to 'packages/libsdl/libsdl-x11_1.2.11.bb')
-rw-r--r--packages/libsdl/libsdl-x11_1.2.11.bb16
1 files changed, 9 insertions, 7 deletions
diff --git a/packages/libsdl/libsdl-x11_1.2.11.bb b/packages/libsdl/libsdl-x11_1.2.11.bb
index 5a309c57a8..3f9120edb4 100644
--- a/packages/libsdl/libsdl-x11_1.2.11.bb
+++ b/packages/libsdl/libsdl-x11_1.2.11.bb
@@ -3,14 +3,16 @@ require libsdl.inc
# extra-keys.patch is missing
DEFAULT_PREFERENCE = "-1"
-PR = "r1"
+PR = "r6"
-SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
- file://acinclude.m4 \
- file://configure_tweak.patch;patch=1 \
- file://pagesize.patch;patch=1 \
- file://kernel-asm-page.patch;patch=1 \
- file://sdl-cdfix.patch;patch=1 "
+SRC_URI = "\
+ http://www.libsdl.org/release/SDL-${PV}.tar.gz \
+ file://acinclude.m4 \
+ file://configure_tweak.patch;patch=1 \
+ file://pagesize.patch;patch=1 \
+ file://kernel-asm-page.patch;patch=1 \
+ file://sdl-cdfix.patch;patch=1 \
+"
EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \
--enable-file --enable-oss --enable-alsa --disable-esd --disable-arts \