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 @@
require xorg-lib-common.inc
-DESCRIPTION = "X11 Input extension library"
+SUMMARY = "XI: X Input extension library"
+
+DESCRIPTION = "libxi is an extension to the X11 protocol to support \
+input devices other than the core X keyboard and pointer. It allows \
+client programs to select input from these devices independently from \
+each other and independently from the core devices."
+
DEPENDS += "libxext inputproto"
PE = "1"
PV = "1.2.99.5+gitr${SRCPV}"