mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
58508b7566
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
20 lines
668 B
BlitzBasic
20 lines
668 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"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
SRC_URI[md5sum] = "2c47a1b8e268df73963c4eb2316b1a89"
|
|
SRC_URI[sha256sum] = "a9ddb3963f263ba13f0ea105d8c45a531832140530217cc559587bb94f02d3e1"
|