diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-02-15 19:45:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-21 17:59:39 +0000 |
commit | b2a84e717e2893ae98f9c1cb7c982745a37c3154 (patch) | |
tree | 123f8ff475293f3d6a69aa0277fdc634f3f8a63d /meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | |
parent | 888f9d59a9f6ee9ab6aadedf8ab6b0695581adfe (diff) | |
download | poky-b2a84e717e2893ae98f9c1cb7c982745a37c3154.tar.gz |
libsdl: add fix for new _XGetRequest symbol backported to libx11
(From OE-Core rev: d2c96e22de19a649ff7121e5ea0f95797abba93a)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libsdl/libsdl_1.2.14.bb')
-rw-r--r-- | meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb index f587291b52..5b87f39647 100644 --- a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb +++ b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | |||
@@ -15,10 +15,11 @@ 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 = "r4" | 18 | PR = "r5" |
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 \ |
22 | file://add.XGetRequest.symbol.patch \ | ||
22 | " | 23 | " |
23 | 24 | ||
24 | S = "${WORKDIR}/SDL-${PV}" | 25 | S = "${WORKDIR}/SDL-${PV}" |