summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libx11-diet_1.6.8.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-08-02 21:37:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-03 23:56:01 +0100
commitdad9cd5cca1a09f33f0fd82a6bcbed31936ad6c8 (patch)
tree5c8dde1092055ee949d8f013c2dba880e164606c /meta/recipes-graphics/xorg-lib/libx11-diet_1.6.8.bb
parentad3edec70d07932caa390ff0e794695a83884364 (diff)
downloadopenembedded-core-contrib-dad9cd5cca1a09f33f0fd82a6bcbed31936ad6c8.tar.gz
libx11: update to 1.6.8
Fix the build when the host doesn't have libc.a installed by reverting an upstream commit, and cherry-pick a build fix from master. Drop a redundant sed, the expression it removes doesn't exist anymore. Move most patches to libx11.inc so that they're applied to both libx11 and libx11-diet. (From OE-Core rev: 8bb48ac237315e83837973ecd1488060ec170588) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11-diet_1.6.8.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11-diet_1.6.8.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.6.8.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.6.8.bb
new file mode 100644
index 0000000000..9c773a09dd
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libx11-diet_1.6.8.bb
@@ -0,0 +1,16 @@
+require libx11.inc
+
+DESCRIPTION += " Support for XCMS and XLOCALE is disabled in \
+this version."
+
+SRC_URI += "file://X18NCMSstubs.patch \
+ file://fix-disable-xlocale.patch \
+ file://fix-utf8-wrong-define.patch \
+ "
+
+RPROVIDES_${PN}-dev = "libx11-dev"
+RPROVIDES_${PN}-locale = "libx11-locale"
+
+EXTRA_OECONF += "--disable-xlocale"
+
+PACKAGECONFIG ??= ""