summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-02-04 15:54:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-08 00:50:28 +0000
commita50eeb884affcec346b3f4c690902db4c2a72d0d (patch)
tree04e4e5aec3512ec1ea7053c4276963373b02d544 /meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb
parenta4021674edbb47cead999a10fa85210e397456ba (diff)
downloadpoky-a50eeb884affcec346b3f4c690902db4c2a72d0d.tar.gz
libx11: Backport _XGetRequest API
This API is relatively new and will be in next release of libX11 this is needed for OE qemu-native which links to libx11-native but uses libGL from build system and herein lies the problem if you have bleeding edge distro e.g. ubuntu 12.04(development) libGL.so expects this API to be present. Backported to 1.4.4 thusly (From OE-Core rev: e08604800fe1cb8f240f53c147ceb4ee08a29b91) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb b/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb
index 823b3dcbea..ee1d919b22 100644
--- a/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb
@@ -1,6 +1,8 @@
1require libx11.inc 1require libx11.inc
2inherit gettext 2inherit gettext
3 3
4PR = "r1"
5
4BBCLASSEXTEND = "native nativesdk" 6BBCLASSEXTEND = "native nativesdk"
5 7
6EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11" 8EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11"
@@ -12,6 +14,7 @@ DEPENDS += "util-macros xtrans libxdmcp libxau \
12 14
13SRC_URI += " file://keysymdef_include.patch \ 15SRC_URI += " file://keysymdef_include.patch \
14 file://x11_disable_makekeys.patch \ 16 file://x11_disable_makekeys.patch \
17 file://0001-Add-_XGetRequest-as-substitute-for-GetReq-GetReqExtr.patch \
15 " 18 "
16 19
17SRC_URI[md5sum] = "ed7c382cbf8c13425b6a66bcac0ca5d9" 20SRC_URI[md5sum] = "ed7c382cbf8c13425b6a66bcac0ca5d9"