diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-07-04 10:28:20 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-09 16:51:20 +0100 |
commit | 52d4ff7b35602faa52360a3e7a800891ef60c739 (patch) | |
tree | 99d597c874c648322c8f80a142e6901cf162b84a /meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb | |
parent | 37a1e3c0ed5347c77ace9f3ce262f34d9ac53528 (diff) | |
download | openembedded-core-52d4ff7b35602faa52360a3e7a800891ef60c739.tar.gz openembedded-core-52d4ff7b35602faa52360a3e7a800891ef60c739.tar.bz2 openembedded-core-52d4ff7b35602faa52360a3e7a800891ef60c739.zip |
libx11: upgrade to 1.5.0
Removed one backported patch.
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
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" |