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
This commit is contained in:
Robert Bragg
2008-10-14 09:30:18 +00:00
parent cd2ce1906e
commit eacf14f204
9 changed files with 34 additions and 20 deletions

View File

@@ -0,0 +1,13 @@
require xorg-lib-common.inc
DESCRIPTION = "X11 miscellaneous extension library"
DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp"
PROVIDES = "xext"
PR = "r0"
PE = "1"
PV = "1.0.99.1+git${SRCREV}"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXext;protocol=git"
S = "${WORKDIR}/git"
XORG_PN = "libXext"