From b2a84e717e2893ae98f9c1cb7c982745a37c3154 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 15 Feb 2012 19:45:38 +0100 Subject: libsdl: add fix for new _XGetRequest symbol backported to libx11 (From OE-Core rev: d2c96e22de19a649ff7121e5ea0f95797abba93a) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-graphics/libsdl/libsdl_1.2.14.bb') 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" 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}" -- cgit v1.2.3-54-g00ecf