blob: 657ec7580db5e738b27d15bddff06f70fb7223e9 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -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
William A. Kennington IIIac69b482021-06-02 12:28:27 -070010LIC_FILES_CHKSUM = "file://COPYING;md5=be5e191f04d3f2cd80aa83b928ba984c"
Andrew Geissler82c905d2020-04-13 13:39:40 -050011
12DEPENDS += "libxkbfile"
13
14BBCLASSEXTEND = "native"
15
16EXTRA_OECONF += "--disable-selective-werror"
17
William A. Kennington IIIac69b482021-06-02 12:28:27 -070018SRC_URI[sha256sum] = "6851086c4244b6fd0cc562880d8ff193fb2bbf1e141c73632e10731b31d4b05e"