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

@@ -1,12 +1,12 @@
DEFAULT_PREFERENCE = "-1"
include libxcb.inc
PV = "1.0+git"
PR = "r1"
PV = "1.1.90.1+git${SRCREV}"
PR = "r2"
DEPENDS += "libpthread-stubs"
SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
S = "${WORKDIR}/git/xcb"
SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git"
S = "${WORKDIR}/git"
PACKAGES =+ "libxcb-xinerama"

View File

@@ -7,6 +7,7 @@ DEPENDS = "libxcb xproto xextproto libxau xtrans libxdmcp xcmiscproto xf86bigfon
PROVIDES = "virtual/libx11"
RPROVIDES = "virtual/libx11"
PR = "r1"
PV = "1.1.99.1+git${SRCREV}"
FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB"
FILES_${PN}-locale += "${datadir}/X11/locale"

View File

@@ -1,4 +1,4 @@
require libxext_${PV}.bb
require libxext_git.bb
DEPENDS = "xproto-sdk util-macros-sdk libx11-sdk libxau-sdk xextproto-sdk"
PROVIDES = ""

View File

@@ -3,7 +3,11 @@ require xorg-lib-common.inc
DESCRIPTION = "X11 miscellaneous extension library"
DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp"
PROVIDES = "xext"
PR = "r1"
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"

View File

@@ -1,8 +0,0 @@
require xorg-lib-common.inc
DESCRIPTION = "X11 Input extension library"
DEPENDS += "libxext inputproto"
PR = "r1"
PE = "1"
XORG_PN = "libXi"

View File

@@ -0,0 +1,13 @@
require xorg-lib-common.inc
DESCRIPTION = "X11 Input extension library"
DEPENDS += "libxext inputproto"
PR = "r0"
PE = "1"
PV = "1.1.99.1+git${SRCREV}"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXi;protocol=git"
S = "${WORKDIR}/git"
XORG_PN = "libXi"