mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 11:13:04 +01:00
(From OE-Core rev: 73e2555cc7d529a93362b3fcfea3fbc7a4c60ca1) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
851 B
BlitzBasic
23 lines
851 B
BlitzBasic
SUMMARY = "Generic XKB keymap library"
|
|
DESCRIPTION = "libxkbcommon is a keymap compiler and support library which \
|
|
processes a reduced subset of keymaps as defined by the XKB specification."
|
|
HOMEPAGE = "http://www.xkbcommon.org"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=09457b156e3155972abebcaaaa0cb434"
|
|
LICENSE = "MIT & MIT-style"
|
|
|
|
DEPENDS = "util-macros flex-native bison-native"
|
|
|
|
SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
|
|
|
|
SRC_URI[md5sum] = "2e1faeafcc609c30af3a561a91e84158"
|
|
SRC_URI[sha256sum] = "90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c"
|
|
|
|
UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF = "--disable-docs"
|
|
|
|
PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
|
|
PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,libxcb xkeyboard-config,"
|