From 52d4ff7b35602faa52360a3e7a800891ef60c739 Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Wed, 4 Jul 2012 10:28:20 +0300 Subject: libx11: upgrade to 1.5.0 Removed one backported patch. Signed-off-by: Laurentiu Palcu --- meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb (limited to 'meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb') diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb new file mode 100644 index 0000000000..04805d74f4 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb @@ -0,0 +1,21 @@ +require libx11.inc +inherit gettext + +PR = "r0" + +BBCLASSEXTEND = "native nativesdk" + +EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11" + +DEPENDS += "util-macros xtrans libxdmcp libxau \ + bigreqsproto xproto xextproto xcmiscproto \ + xf86bigfontproto kbproto inputproto libxcb \ + xproto-native" + +SRC_URI += " file://keysymdef_include.patch \ + file://x11_disable_makekeys.patch \ + file://makekeys_crosscompile.patch \ + " + +SRC_URI[md5sum] = "78b4b3bab4acbdf0abcfca30a8c70cc6" +SRC_URI[sha256sum] = "c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86" -- cgit 1.2.3-korg