mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
20 lines
641 B
BlitzBasic
20 lines
641 B
BlitzBasic
require recipes-graphics/xorg-app/xorg-app-common.inc
|
|
|
|
SUMMARY = "A program to compile XKB keyboard description"
|
|
|
|
DESCRIPTION = "The xkbcomp keymap compiler converts a description of an \
|
|
XKB keymap into one of several output formats. The most common use for \
|
|
xkbcomp is to create a compiled keymap file (.xkm extension) which can \
|
|
be read directly by XKB-capable X servers or utilities."
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=5feafdbe6dfe9e2bd32325be0cfc86f8"
|
|
|
|
PE = "1"
|
|
|
|
DEPENDS += "libxkbfile xrandr"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
SRC_URI_EXT = "xz"
|
|
SRC_URI[sha256sum] = "360193cecc93f906d8383a8fb5c1f3a7eed35e6ced0e118a64ee56ae13c88cac"
|