libsdl-x11: fix cdrom support and enable it
authorKoen Kooi <koen@openembedded.org>
Mon, 11 Aug 2008 20:01:19 +0000 (20:01 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 11 Aug 2008 20:01:19 +0000 (20:01 +0000)
packages/libsdl/files/sdl-cdfix.patch [new file with mode: 0644]
packages/libsdl/libsdl-x11_1.2.11.bb

diff --git a/packages/libsdl/files/sdl-cdfix.patch b/packages/libsdl/files/sdl-cdfix.patch
new file mode 100644 (file)
index 0000000..a6a3648
--- /dev/null
@@ -0,0 +1,11 @@
+--- /tmp/SDL_syscdrom.c        2008-08-11 21:56:58.000000000 +0200
++++ SDL-1.2.11/src/cdrom/linux/SDL_syscdrom.c  2008-08-11 21:57:07.813198000 +0200
+@@ -51,6 +51,8 @@
+ #ifdef __SVR4
+ #include <sys/cdio.h>
+ #endif
++#include <linux/cdrom.h>
++
+ /* Define this to use the alternative getmntent() code */
+ #ifndef __SVR4
index 5b49898..5a309c5 100644 (file)
@@ -3,15 +3,16 @@ require libsdl.inc
 # extra-keys.patch is missing
 DEFAULT_PREFERENCE = "-1" 
 
-PR = "r0"
+PR = "r1"
 
 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://kernel-asm-page.patch;patch=1 \
+          file://sdl-cdfix.patch;patch=1 "
 
-EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \
+EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \
                 --enable-file --enable-oss --enable-alsa --disable-esd --disable-arts \
                 --disable-diskaudio --disable-nas --disable-esd-shared --disable-esdtest \
                 --disable-mintaudio --disable-nasm --enable-video-x11 --disable-video-dga \