]> code.ossystems Code Review - openembedded-core.git/commitdiff
xextproto: added patch from upstream GIT to unbreak xdpyinfo (and others)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 14 Oct 2008 12:07:57 +0000 (12:07 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 14 Oct 2008 12:07:57 +0000 (12:07 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5502 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-proto/xextproto/f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9.patch [new file with mode: 0644]
meta/packages/xorg-proto/xextproto_7.0.3.bb

diff --git a/meta/packages/xorg-proto/xextproto/f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9.patch b/meta/packages/xorg-proto/xextproto/f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9.patch
new file mode 100644 (file)
index 0000000..5d73953
--- /dev/null
@@ -0,0 +1,18 @@
+From: Peter Hutterer <peter.hutterer@redhat.com>
+Date: Fri, 26 Sep 2008 05:24:19 +0000 (+0930)
+Subject: Xge.h: include Xmd.h for CARD8
+X-Git-Url: http://gitweb.freedesktop.org/?p=xorg/proto/xextproto.git;a=commitdiff;h=f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9
+
+Xge.h: include Xmd.h for CARD8
+---
+
+--- a/Xge.h
++++ b/Xge.h
+@@ -30,6 +30,7 @@
+ #ifndef _XGE_H_
+ #define _XGE_H_
++#include <X11/Xmd.h>
+ #include <X11/Xlib.h>
+ #include <X11/Xfuncproto.h>
index 829d3cbe1e223ed4fafa01ad6300367da265b480..ecb2e65f74c17a69a88a8b707e06f85bf7071993 100644 (file)
@@ -1,6 +1,8 @@
 require xorg-proto-common.inc
 
-PR = "r1"
+PR = "r2"
 PE = "1"
 
 XORG_PN = "xextproto"
+
+SRC_URI += "file://f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9.patch;patch=1"