summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/xorg-lib/libx11-git/fix-utf8-wrong-define.patch
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-10-03 09:47:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-11 17:04:33 +0100
commit10c87f3f695215000c218b0dd0a3652ee97738e7 (patch)
tree61620a865fec7a5e933eedea984f5d2ad477d6e7 /meta/recipes-graphics/xorg-lib/libx11-git/fix-utf8-wrong-define.patch
parent4478f86d9dbb04e57c07030a1a509f2073547021 (diff)
downloadopenembedded-core-10c87f3f695215000c218b0dd0a3652ee97738e7.tar.gz
openembedded-core-10c87f3f695215000c218b0dd0a3652ee97738e7.tar.bz2
openembedded-core-10c87f3f695215000c218b0dd0a3652ee97738e7.tar.xz
openembedded-core-10c87f3f695215000c218b0dd0a3652ee97738e7.zip
libx11: drop old 1.2.2 git version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11-git/fix-utf8-wrong-define.patch')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11-git/fix-utf8-wrong-define.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-git/fix-utf8-wrong-define.patch b/meta/recipes-graphics/xorg-lib/libx11-git/fix-utf8-wrong-define.patch
deleted file mode 100644
index 26d3349be..000000000
--- a/meta/recipes-graphics/xorg-lib/libx11-git/fix-utf8-wrong-define.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Upstream-Status: Pending
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- libX11-X11R7.0-1.0.0/include/X11/Xlib.h~fix-utf8-wrong-define
-+++ libX11-X11R7.0-1.0.0/include/X11/Xlib.h
-@@ -103,7 +103,7 @@
-
- /* API mentioning "UTF8" or "utf8" is an XFree86 extension, introduced in
- November 2000. Its presence is indicated through the following macro. */
--#define X_HAVE_UTF8_STRING 1
-+#undef X_HAVE_UTF8_STRING
-
- typedef char *XPointer;
-