diff options
Diffstat (limited to 'packages/libsdl/libsdl-x11_1.2.11.bb')
-rw-r--r-- | packages/libsdl/libsdl-x11_1.2.11.bb | 16 |
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 \ |