summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-02-11 22:11:12 +0000
committerRoss Burton <ross@openedhand.com>2008-02-11 22:11:12 +0000
commit162f879a0c74aa46fe890022af300381e6ed3cc6 (patch)
tree35f750e6e939506c469623d20e43a215aa45d48f /meta
parentc490cc596a503a4e3935e13a407406636a3df15d (diff)
downloadpoky-162f879a0c74aa46fe890022af300381e6ed3cc6.tar.gz
Patch re-jiggle to remove unused and duplicates
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3767 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/xorg-lib/diet-x11/fix-utf8-wrong-define.patch8
-rw-r--r--meta/packages/xorg-lib/files/errordb-keysymdb-path-fix.patch22
-rw-r--r--meta/packages/xorg-lib/files/fix-utf8-wrong-define.patch16
-rw-r--r--meta/packages/xorg-lib/libx11/x11_disable_makekeys.patch (renamed from meta/packages/xorg-lib/files/x11_disable_makekeys.patch)0
4 files changed, 4 insertions, 42 deletions
diff --git a/meta/packages/xorg-lib/diet-x11/fix-utf8-wrong-define.patch b/meta/packages/xorg-lib/diet-x11/fix-utf8-wrong-define.patch
index a098db1941..dca88fba92 100644
--- a/meta/packages/xorg-lib/diet-x11/fix-utf8-wrong-define.patch
+++ b/meta/packages/xorg-lib/diet-x11/fix-utf8-wrong-define.patch
@@ -3,14 +3,14 @@
3# Patch managed by http://www.holgerschurig.de/patcher.html 3# Patch managed by http://www.holgerschurig.de/patcher.html
4# 4#
5 5
6--- libX11-X11R7.0-1.0.0/include/X11/Xlib.h~fix-utf8-wrong-define 6--- libX11-6.2.1/include/X11/Xlib.h~fix-utf8-wrong-define
7+++ libX11-X11R7.0-1.0.0/include/X11/Xlib.h 7+++ libX11-6.2.1/include/X11/Xlib.h
8@@ -103,7 +103,7 @@ 8@@ -100,7 +100,7 @@
9 9
10 /* API mentioning "UTF8" or "utf8" is an XFree86 extension, introduced in 10 /* API mentioning "UTF8" or "utf8" is an XFree86 extension, introduced in
11 November 2000. Its presence is indicated through the following macro. */ 11 November 2000. Its presence is indicated through the following macro. */
12-#define X_HAVE_UTF8_STRING 1 12-#define X_HAVE_UTF8_STRING 1
13+#undef X_HAVE_UTF8_STRING 13+#undef X_HAVE_UTF8_STRING
14 14
15 typedef char *XPointer; 15 typedef char *XPointer;
16 16
diff --git a/meta/packages/xorg-lib/files/errordb-keysymdb-path-fix.patch b/meta/packages/xorg-lib/files/errordb-keysymdb-path-fix.patch
deleted file mode 100644
index f43d38065e..0000000000
--- a/meta/packages/xorg-lib/files/errordb-keysymdb-path-fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
1--- X11/src/ErrDes.c.orig 2005-09-03 16:15:48 +0200
2+++ X11/src/ErrDes.c 2005-09-03 16:16:03 +0200
3@@ -56,7 +56,7 @@
4 #include <stdio.h>
5
6 #ifndef ERRORDB
7-#define ERRORDB "/usr/lib/X11/XErrorDB"
8+#define ERRORDB "/usr/share/X11/XErrorDB"
9 #endif
10
11 /*
12--- X11/src/StrKeysym.c.orig 2005-09-03 16:41:18 +0200
13+++ X11/src/StrKeysym.c 2005-09-03 16:41:33 +0200
14@@ -36,7 +36,7 @@
15 #include "Key.h"
16
17 #ifndef KEYSYMDB
18-#define KEYSYMDB "/usr/lib/X11/XKeysymDB"
19+#define KEYSYMDB "/usr/share/X11/XKeysymDB"
20 #endif
21
22 static Bool initialized;
diff --git a/meta/packages/xorg-lib/files/fix-utf8-wrong-define.patch b/meta/packages/xorg-lib/files/fix-utf8-wrong-define.patch
deleted file mode 100644
index dca88fba92..0000000000
--- a/meta/packages/xorg-lib/files/fix-utf8-wrong-define.patch
+++ /dev/null
@@ -1,16 +0,0 @@
1
2#
3# Patch managed by http://www.holgerschurig.de/patcher.html
4#
5
6--- libX11-6.2.1/include/X11/Xlib.h~fix-utf8-wrong-define
7+++ libX11-6.2.1/include/X11/Xlib.h
8@@ -100,7 +100,7 @@
9
10 /* API mentioning "UTF8" or "utf8" is an XFree86 extension, introduced in
11 November 2000. Its presence is indicated through the following macro. */
12-#define X_HAVE_UTF8_STRING 1
13+#undef X_HAVE_UTF8_STRING
14
15 typedef char *XPointer;
16
diff --git a/meta/packages/xorg-lib/files/x11_disable_makekeys.patch b/meta/packages/xorg-lib/libx11/x11_disable_makekeys.patch
index 2a8a55cdf5..2a8a55cdf5 100644
--- a/meta/packages/xorg-lib/files/x11_disable_makekeys.patch
+++ b/meta/packages/xorg-lib/libx11/x11_disable_makekeys.patch