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.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxi_git.bb b/meta/recipes-graphics/xorg-lib/libxi_git.bb
index 30c1778c3e..fac32365e1 100644
--- a/meta/recipes-graphics/xorg-lib/libxi_git.bb
+++ b/meta/recipes-graphics/xorg-lib/libxi_git.bb
@@ -1,6 +1,12 @@
1require xorg-lib-common.inc 1require xorg-lib-common.inc
2 2
3DESCRIPTION = "X11 Input extension library" 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
4DEPENDS += "libxext inputproto" 10DEPENDS += "libxext inputproto"
5PE = "1" 11PE = "1"
6PV = "1.2.99.5+gitr${SRCPV}" 12PV = "1.2.99.5+gitr${SRCPV}"