xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.35.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Keyboard configuration database for X Window"
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunDESCRIPTION = "The non-arch keyboard configuration database for X \
4*4882a593SmuzhiyunWindow.  The goal is to provide the consistent, well-structured, \
5*4882a593Smuzhiyunfrequently released open source of X keyboard configuration data for X \
6*4882a593SmuzhiyunWindow System implementations.  The project is targeted to XKB-based \
7*4882a593Smuzhiyunsystems."
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunHOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig"
10*4882a593SmuzhiyunBUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config"
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunLICENSE = "MIT & MIT"
13*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9"
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunSRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.xz"
16*4882a593SmuzhiyunSRC_URI[sha256sum] = "18ce50ff0c74ae6093062bce1aeab3d363913ea35162fe271f8a0ce399de85cc"
17*4882a593Smuzhiyun
18*4882a593SmuzhiyunSECTION = "x11/libs"
19*4882a593SmuzhiyunDEPENDS = "util-macros libxslt-native"
20*4882a593Smuzhiyun
21*4882a593SmuzhiyunEXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps"
22*4882a593Smuzhiyun
23*4882a593SmuzhiyunFILES:${PN} += "${datadir}/X11/xkb"
24*4882a593Smuzhiyun
25*4882a593Smuzhiyuninherit meson pkgconfig gettext python3native
26*4882a593Smuzhiyun
27*4882a593Smuzhiyundo_install:append () {
28*4882a593Smuzhiyun    install -d ${D}${datadir}/X11/xkb/compiled
29*4882a593Smuzhiyun    cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg
30*4882a593Smuzhiyun}
31