summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/xkbcomp_1.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xkbcomp_1.2.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/xkbcomp_1.2.0.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-app/xkbcomp_1.2.0.bb b/meta/recipes-graphics/xorg-app/xkbcomp_1.2.0.bb
index b8592fa470..f574690898 100644
--- a/meta/recipes-graphics/xorg-app/xkbcomp_1.2.0.bb
+++ b/meta/recipes-graphics/xorg-app/xkbcomp_1.2.0.bb
@@ -1,8 +1,11 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2 2
3SUMMARY = "X Keyboard Extensions" 3SUMMARY = "A program to compile XKB keyboard description"
4 4
5DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard." 5DESCRIPTION = "The xkbcomp keymap compiler converts a description of an \
6XKB keymap into one of several output formats. The most common use for \
7xkbcomp is to create a compiled keymap file (.xkm extension) which can \
8be read directly by XKB-capable X servers or utilities."
6 9
7LIC_FILES_CHKSUM = "file://COPYING;md5=08436e4f4476964e2e2dd7e7e41e076a" 10LIC_FILES_CHKSUM = "file://COPYING;md5=08436e4f4476964e2e2dd7e7e41e076a"
8 11