blob: c9dc327c42b23a1e8d718a7c4743a89e06769b84 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001require xorg-app-common.inc
2
3SUMMARY = "A program to compile XKB keyboard description"
4
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."
9
10LIC_FILES_CHKSUM = "file://COPYING;md5=08436e4f4476964e2e2dd7e7e41e076a"
11
12PR = "${INC_PR}.0"
13
14DEPENDS += "libxkbfile"
15
16BBCLASSEXTEND = "native"
17
18SRC_URI[md5sum] = "cc22b232bc78a303371983e1b48794ab"
19SRC_URI[sha256sum] = "bc69c8748c03c5ad9afdc8dff9db11994dd871b614c65f8940516da6bf61ce6b"