diff options
author | Robert Bragg <bob@openedhand.com> | 2008-10-14 09:30:18 +0000 |
---|---|---|
committer | Robert Bragg <bob@openedhand.com> | 2008-10-14 09:30:18 +0000 |
commit | eacf14f20429604fa3fe8cc81d89f61a5ee5a482 (patch) | |
tree | d68ddd601b15fa261228638721584ea3fa9528bc /meta/packages/xcb | |
parent | cd2ce1906ec08401c6a0fbd234408024dcf4280e (diff) | |
download | poky-eacf14f20429604fa3fe8cc81d89f61a5ee5a482.tar.gz |
Various X package updates to deal with XInput.h being removed in
the latest inputproto package.
Updates libx11, libxext, libxext-sdk, libxi, xcb-proto and libxcb
Note: There is a still a xcb build issue that needs investigating
with these updated packages.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5489 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xcb')
-rw-r--r-- | meta/packages/xcb/libxcb_git.bb | 8 | ||||
-rw-r--r-- | meta/packages/xcb/xcb-proto_1.2.bb (renamed from meta/packages/xcb/xcb-proto_1.0.bb) | 0 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/xcb/libxcb_git.bb b/meta/packages/xcb/libxcb_git.bb index a7707b3507..046352543f 100644 --- a/meta/packages/xcb/libxcb_git.bb +++ b/meta/packages/xcb/libxcb_git.bb | |||
@@ -1,12 +1,12 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | 1 | DEFAULT_PREFERENCE = "-1" |
2 | 2 | ||
3 | include libxcb.inc | 3 | include libxcb.inc |
4 | PV = "1.0+git" | 4 | PV = "1.1.90.1+git${SRCREV}" |
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | DEPENDS += "libpthread-stubs" | 7 | DEPENDS += "libpthread-stubs" |
8 | 8 | ||
9 | SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git" | 9 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git" |
10 | S = "${WORKDIR}/git/xcb" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | PACKAGES =+ "libxcb-xinerama" | 12 | PACKAGES =+ "libxcb-xinerama" |
diff --git a/meta/packages/xcb/xcb-proto_1.0.bb b/meta/packages/xcb/xcb-proto_1.2.bb index e602252d92..e602252d92 100644 --- a/meta/packages/xcb/xcb-proto_1.0.bb +++ b/meta/packages/xcb/xcb-proto_1.2.bb | |||