diff options
Diffstat (limited to 'recipes/libsdl/libsdl-directfb_1.2.11.bb')
-rw-r--r-- | recipes/libsdl/libsdl-directfb_1.2.11.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/libsdl/libsdl-directfb_1.2.11.bb b/recipes/libsdl/libsdl-directfb_1.2.11.bb index 1e7a0a8373..4d84ed2017 100644 --- a/recipes/libsdl/libsdl-directfb_1.2.11.bb +++ b/recipes/libsdl/libsdl-directfb_1.2.11.bb @@ -9,11 +9,11 @@ PR = "${INC_PR}.0" 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 \ - file://fixmfour.patch;patch=1 \ + file://configure_tweak.patch;apply=yes \ + file://pagesize.patch;apply=yes \ + file://kernel-asm-page.patch;apply=yes \ + file://sdl-cdfix.patch;apply=yes \ + file://fixmfour.patch;apply=yes \ " EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \ |