aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.0.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2017-12-29 07:38:22 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-03 09:26:30 +0000
commit3a77af2de1f1575c2bd49faaee897a95b6b14a94 (patch)
treea5a273af81bb645cf33f2931c8182dd5272c1549 /meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.0.bb
parentf80d7cdda6606e7aa0907447bba73d17be7ab1d7 (diff)
downloadopenembedded-core-contrib-3a77af2de1f1575c2bd49faaee897a95b6b14a94.tar.gz
libxkbcommon: update to 0.8.0
see https://lists.freedesktop.org/archives/wayland-devel/2017-December/036291.html for details Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.0.bb
new file mode 100644
index 0000000000..050d0b740b
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.0.bb
@@ -0,0 +1,22 @@
+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://LICENSE;md5=e525ed9809e1f8a07cf4bce8b09e8b87"
+LICENSE = "MIT & MIT-style"
+
+DEPENDS = "util-macros flex-native bison-native"
+
+SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
+
+SRC_URI[md5sum] = "7d0e4c4a137d0ac45bf6b328c84c3a81"
+SRC_URI[sha256sum] = "e829265db04e0aebfb0591b6dc3377b64599558167846c3f5ee5c5e53641fe6d"
+
+UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-docs"
+
+PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
+PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,libxcb xkeyboard-config,"