blob: 18fa63ead61ebd8cc35b170e4ff72859d4270f3b [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001require recipes-graphics/xorg-app/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=5feafdbe6dfe9e2bd32325be0cfc86f8"
11
12PE = "1"
13
Andrew Geissler87f5cff2022-09-30 13:13:31 -050014DEPENDS += "libxkbfile xrandr"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050015
16BBCLASSEXTEND = "native"
17
Andrew Geissler87f5cff2022-09-30 13:13:31 -050018SRC_URI_EXT = "xz"
19SRC_URI[sha256sum] = "b560c678da6930a0da267304fa3a41cc5df39a96a5e23d06f14984c87b6f587b"