diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-14 12:07:57 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-14 12:07:57 +0000 |
commit | df8421a8ee8c5db99d3d51c5b6293802f93db164 (patch) | |
tree | 3784720d2743ca310f7db15a84714e7cfd153ff9 /meta/packages | |
parent | 433f9d837bf86a94eedb5baba19f0b10f8fbad77 (diff) | |
download | poky-df8421a8ee8c5db99d3d51c5b6293802f93db164.tar.gz |
xextproto: added patch from upstream GIT to unbreak xdpyinfo (and others)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5502 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/xorg-proto/xextproto/f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9.patch | 18 | ||||
-rw-r--r-- | meta/packages/xorg-proto/xextproto_7.0.3.bb | 4 |
2 files changed, 21 insertions, 1 deletions
diff --git a/meta/packages/xorg-proto/xextproto/f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9.patch b/meta/packages/xorg-proto/xextproto/f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9.patch new file mode 100644 index 0000000000..5d73953fd5 --- /dev/null +++ b/meta/packages/xorg-proto/xextproto/f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9.patch | |||
@@ -0,0 +1,18 @@ | |||
1 | From: Peter Hutterer <peter.hutterer@redhat.com> | ||
2 | Date: Fri, 26 Sep 2008 05:24:19 +0000 (+0930) | ||
3 | Subject: Xge.h: include Xmd.h for CARD8 | ||
4 | X-Git-Url: http://gitweb.freedesktop.org/?p=xorg/proto/xextproto.git;a=commitdiff;h=f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9 | ||
5 | |||
6 | Xge.h: include Xmd.h for CARD8 | ||
7 | --- | ||
8 | |||
9 | --- a/Xge.h | ||
10 | +++ b/Xge.h | ||
11 | @@ -30,6 +30,7 @@ | ||
12 | #ifndef _XGE_H_ | ||
13 | #define _XGE_H_ | ||
14 | |||
15 | +#include <X11/Xmd.h> | ||
16 | #include <X11/Xlib.h> | ||
17 | #include <X11/Xfuncproto.h> | ||
18 | |||
diff --git a/meta/packages/xorg-proto/xextproto_7.0.3.bb b/meta/packages/xorg-proto/xextproto_7.0.3.bb index 829d3cbe1e..ecb2e65f74 100644 --- a/meta/packages/xorg-proto/xextproto_7.0.3.bb +++ b/meta/packages/xorg-proto/xextproto_7.0.3.bb | |||
@@ -1,6 +1,8 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r2" |
4 | PE = "1" | 4 | PE = "1" |
5 | 5 | ||
6 | XORG_PN = "xextproto" | 6 | XORG_PN = "xextproto" |
7 | |||
8 | SRC_URI += "file://f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9.patch;patch=1" | ||