summaryrefslogtreecommitdiff
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:53:00 +0000
commitd2c96e22de19a649ff7121e5ea0f95797abba93a (patch)
treeca8ff242d966c5ce48ae94002a8efab1d41a2ede /meta/recipes-graphics/libsdl/libsdl_1.2.14.bb
parent38d74ee1fe6f28ec4d7db79f550c7d2830d922fb (diff)
downloadopenembedded-core-d2c96e22de19a649ff7121e5ea0f95797abba93a.tar.gz
openembedded-core-d2c96e22de19a649ff7121e5ea0f95797abba93a.tar.bz2
openembedded-core-d2c96e22de19a649ff7121e5ea0f95797abba93a.tar.xz
openembedded-core-d2c96e22de19a649ff7121e5ea0f95797abba93a.zip
libsdl: add fix for new _XGetRequest symbol backported to libx11
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 f587291b5..5b87f3964 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"
DEPENDS = "${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)} virtual/libx11 libxext libxrandr libxrender tslib"
DEPENDS_virtclass-nativesdk = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk"
-PR = "r4"
+PR = "r5"
SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
file://configure_tweak.patch \
+ file://add.XGetRequest.symbol.patch \
"
S = "${WORKDIR}/SDL-${PV}"