summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-lib/libxi_git.bb
diff options
context:
space:
mode:
authorRobert Bragg <bob@openedhand.com>2008-10-14 09:30:18 +0000
committerRobert Bragg <bob@openedhand.com>2008-10-14 09:30:18 +0000
commiteacf14f20429604fa3fe8cc81d89f61a5ee5a482 (patch)
treed68ddd601b15fa261228638721584ea3fa9528bc /meta/packages/xorg-lib/libxi_git.bb
parentcd2ce1906ec08401c6a0fbd234408024dcf4280e (diff)
downloadpoky-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/xorg-lib/libxi_git.bb')
-rw-r--r--meta/packages/xorg-lib/libxi_git.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libxi_git.bb b/meta/packages/xorg-lib/libxi_git.bb
new file mode 100644
index 0000000000..bc61eae6e9
--- /dev/null
+++ b/meta/packages/xorg-lib/libxi_git.bb
@@ -0,0 +1,13 @@
1require xorg-lib-common.inc
2
3DESCRIPTION = "X11 Input extension library"
4DEPENDS += "libxext inputproto"
5PR = "r0"
6PE = "1"
7PV = "1.1.99.1+git${SRCREV}"
8
9SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXi;protocol=git"
10S = "${WORKDIR}/git"
11
12XORG_PN = "libXi"
13