summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxi_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxi_git.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxi_git.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxi_git.bb b/meta/recipes-graphics/xorg-lib/libxi_git.bb
deleted file mode 100644
index c17c1f7510..0000000000
--- a/meta/recipes-graphics/xorg-lib/libxi_git.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1require xorg-lib-common.inc
2
3SUMMARY = "XI: X Input extension library"
4
5DESCRIPTION = "libxi is an extension to the X11 protocol to support \
6input devices other than the core X keyboard and pointer. It allows \
7client programs to select input from these devices independently from \
8each other and independently from the core devices."
9
10DEPENDS += "libxext inputproto"
11SRCREV = "d0326fe8cdbb08d4f52d79fd3fd4e1b2a0951d5e"
12PE = "1"
13PV = "1.2.99.5+gitr${SRCPV}"
14
15XORG_PN = "libXi"
16
17SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN}"
18S = "${WORKDIR}/git"