diff options
-rw-r--r-- | meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb index a28a88a9ee..f587291b52 100644 --- a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb +++ b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | |||
@@ -15,7 +15,7 @@ PROVIDES = "virtual/libsdl" | |||
15 | DEPENDS = "${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)} virtual/libx11 libxext libxrandr libxrender tslib" | 15 | DEPENDS = "${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)} virtual/libx11 libxext libxrandr libxrender tslib" |
16 | DEPENDS_virtclass-nativesdk = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" | 16 | DEPENDS_virtclass-nativesdk = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" |
17 | 17 | ||
18 | PR = "r2" | 18 | PR = "r4" |
19 | 19 | ||
20 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | 20 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ |
21 | file://configure_tweak.patch \ | 21 | file://configure_tweak.patch \ |
@@ -26,7 +26,7 @@ S = "${WORKDIR}/SDL-${PV}" | |||
26 | SRC_URI[md5sum] = "e52086d1b508fa0b76c52ee30b55bec4" | 26 | SRC_URI[md5sum] = "e52086d1b508fa0b76c52ee30b55bec4" |
27 | SRC_URI[sha256sum] = "5d927e287034cb6bb0ebccfa382cb1d185cb113c8ab5115a0759798642eed9b6" | 27 | SRC_URI[sha256sum] = "5d927e287034cb6bb0ebccfa382cb1d185cb113c8ab5115a0759798642eed9b6" |
28 | 28 | ||
29 | inherit autotools binconfig pkgconfig | 29 | inherit autotools lib_package binconfig pkgconfig |
30 | 30 | ||
31 | EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \ | 31 | EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \ |
32 | --enable-file --disable-oss --disable-esd --disable-arts \ | 32 | --enable-file --disable-oss --disable-esd --disable-arts \ |