diet-x11: add patch from http://www.koka-in.org/~kensyu/zaurus/diary/20030618.html
authorKoen Kooi <koen@openembedded.org>
Fri, 1 Dec 2006 13:48:34 +0000 (13:48 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 1 Dec 2006 13:48:34 +0000 (13:48 +0000)
packages/xorg-lib/diet-x11/xchar2b.patch [new file with mode: 0644]
packages/xorg-lib/diet-x11_X11R7.1-1.0.1.bb

diff --git a/packages/xorg-lib/diet-x11/xchar2b.patch b/packages/xorg-lib/diet-x11/xchar2b.patch
new file mode 100644 (file)
index 0000000..5459f5e
--- /dev/null
@@ -0,0 +1,11 @@
+--- /tmp/Xlib.h        2006-12-01 14:40:27.000000000 +0100
++++ libX11-X11R7.1-1.0.1/include/X11/Xlib.h    2006-12-01 14:40:56.948254000 +0100
+@@ -1067,7 +1067,7 @@
+ typedef struct {              /* normal 16 bit characters are two bytes */
+     unsigned char byte1;
+     unsigned char byte2;
+-} XChar2b;
++} __attribute__ ((packed)) XChar2b;
+ typedef struct {
+     XChar2b *chars;           /* two byte characters */
index 688d59e..e2b6e44 100644 (file)
@@ -4,9 +4,10 @@ require libx11_${PV}.bb
 EXTRA_OECONF += "--disable-udc --disable-xcms --disable-xlocale --disable-xkb"
 CFLAGS += "-D_GNU_SOURCE"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI += "file://X18NCMSstubs.diff;patch=1 \
            file://fix-disable-xlocale.diff;patch=1 \
             file://fix-utf8-wrong-define.patch;patch=1 \
-           file://xim.patch;patch=1"
+           file://xim.patch;patch=1 \
+           file://xchar2b.patch;patch=1"