summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-02-15 19:45:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-21 17:59:39 +0000
commitb2a84e717e2893ae98f9c1cb7c982745a37c3154 (patch)
tree123f8ff475293f3d6a69aa0277fdc634f3f8a63d /meta/recipes-graphics/libsdl/libsdl_1.2.14.bb
parent888f9d59a9f6ee9ab6aadedf8ab6b0695581adfe (diff)
downloadpoky-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.bb3
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"
15DEPENDS = "${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)} virtual/libx11 libxext libxrandr libxrender tslib" 15DEPENDS = "${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)} virtual/libx11 libxext libxrandr libxrender tslib"
16DEPENDS_virtclass-nativesdk = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" 16DEPENDS_virtclass-nativesdk = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk"
17 17
18PR = "r4" 18PR = "r5"
19 19
20SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ 20SRC_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
24S = "${WORKDIR}/SDL-${PV}" 25S = "${WORKDIR}/SDL-${PV}"