summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libx11/fix-utf8-wrong-define.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-08-02 21:44:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-06 11:24:26 +0100
commit5232ca9a18e2672a02f5b31b01de75fb5d3d6080 (patch)
treeb7ec07bffeb00d4b89647a68accc2c4e85fd1a37 /meta/recipes-graphics/xorg-lib/libx11/fix-utf8-wrong-define.patch
parenta0542ed3ff700eca35f9195f743c9e28bcd50f3e (diff)
downloadpoky-5232ca9a18e2672a02f5b31b01de75fb5d3d6080.tar.gz
libx11-diet: remove
This doesn't appear to be used anymore, as saving a few hundred k at the expense of only using ASCII is quite the compromise in the modern world. (From OE-Core rev: 1a502765db2093e573c9e3ecd6c1bc7621476963) 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/fix-utf8-wrong-define.patch')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11/fix-utf8-wrong-define.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11/fix-utf8-wrong-define.patch b/meta/recipes-graphics/xorg-lib/libx11/fix-utf8-wrong-define.patch
deleted file mode 100644
index 0b57e0b068..0000000000
--- a/meta/recipes-graphics/xorg-lib/libx11/fix-utf8-wrong-define.patch
+++ /dev/null
@@ -1,31 +0,0 @@
1From 046703373055c7029c19d171e415ff3caaa87372 Mon Sep 17 00:00:00 2001
2From: Changqing Li <changqing.li@windriver.com>
3Date: Mon, 10 Sep 2018 09:16:33 +0800
4Subject: [PATCH] Disable unicode
5
6Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
7
8Update patch to version 1.6.6
9
10Signed-off-by: Changqing Li <changqing.li@windriver.com>
11Upstream-Status: Pending
12---
13 include/X11/Xlib.h | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/include/X11/Xlib.h b/include/X11/Xlib.h
17index 84403f7..56be654 100644
18--- a/include/X11/Xlib.h
19+++ b/include/X11/Xlib.h
20@@ -67,7 +67,7 @@ _Xmblen(
21
22 /* API mentioning "UTF8" or "utf8" is an XFree86 extension, introduced in
23 November 2000. Its presence is indicated through the following macro. */
24-#define X_HAVE_UTF8_STRING 1
25+#undef X_HAVE_UTF8_STRING
26
27 /* The Xlib structs are full of implicit padding to properly align members.
28 We can't clean that up without breaking ABI, so tell clang not to bother
29--
302.7.4
31