summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb b/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb
index 19b1c36763..4d1f791ace 100644
--- a/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb
@@ -1,6 +1,10 @@
1SUMMARY = "XTrap: X event trapping extension library"
2
3DESCRIPTION = "libXTrap provides an interface to the DEC-XTRAP \
4extension, which allows for capture and synthesis of core input events."
5
1require xorg-lib-common.inc 6require xorg-lib-common.inc
2LIC_FILES_CHKSUM = "file://COPYING;md5=fe7cbb8cc97683303f7814685cc47305" 7LIC_FILES_CHKSUM = "file://COPYING;md5=fe7cbb8cc97683303f7814685cc47305"
3DESCRIPTION = "X11 event trapping extension library"
4DEPENDS += "libxt trapproto libxext" 8DEPENDS += "libxt trapproto libxext"
5PR = "r1" 9PR = "r1"
6PE = "1" 10PE = "1"