aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2012-07-04 12:54:45 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-09 16:51:20 +0100
commit708785266d1d671f5d2a8e8af81a77e34c70662f (patch)
treea384f26350fd1eca24aabb8c66666b2cba9dcf09 /meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb
parent817742fa1a5261b3b2c697de3c14e602d55713e2 (diff)
downloadopenembedded-core-contrib-708785266d1d671f5d2a8e8af81a77e34c70662f.tar.gz
libx11-diet: upgrade to 1.5.0
The X18NCMSstubs.diff was modified to please the -Werror=return-type compiler option. Otherwise, it will throw an error. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb
new file mode 100644
index 0000000000..4ae8b29a7f
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb
@@ -0,0 +1,30 @@
+require libx11.inc
+
+DESCRIPTION += " Support for XCB, UDC, XCMS and XLOCALE is disabled in \
+this version."
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
+
+PR = "r0"
+
+SRC_URI += "file://x11_disable_makekeys.patch \
+ file://X18NCMSstubs.diff \
+ file://keysymdef_include.patch \
+ file://fix-disable-xlocale.diff \
+ file://fix-utf8-wrong-define.patch \
+ "
+
+RPROVIDES_${PN}-dev = "libx11-dev"
+RPROVIDES_${PN}-locale = "libx11-locale"
+
+SRC_URI[md5sum] = "78b4b3bab4acbdf0abcfca30a8c70cc6"
+SRC_URI[sha256sum] = "c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86"
+
+DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
+ libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
+
+FILESDIR = "${@os.path.dirname(d.getVar('FILE', True))}/libx11"
+
+EXTRA_OECONF += "--without-xcb --disable-udc --disable-xcms --disable-xlocale --with-keysymdefdir=${STAGING_INCDIR}/X11"
+CFLAGS += "-D_GNU_SOURCE"
+