summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxkbcommon_0.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxkbcommon_0.3.1.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxkbcommon_0.3.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.3.1.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.3.1.bb
new file mode 100644
index 0000000000..f65cff4ff3
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.3.1.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Generic XKB keymap library"
2DESCRIPTION = "libxkbcommon is a keymap compiler and support library which \
3processes a reduced subset of keymaps as defined by the XKB specification."
4HOMEPAGE = "http://www.xkbcommon.org"
5LIC_FILES_CHKSUM = "file://COPYING;md5=9c0b824e72a22f9d2c40b9c93b1f0ddc"
6LICENSE = "MIT & MIT-style"
7
8DEPENDS = "util-macros flex-native bison-native"
9
10SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
11
12SRC_URI[md5sum] = "7287ea51df79c0f80e92b970a30b95e9"
13SRC_URI[sha256sum] = "9c973581bba0c883a301fa6474d9c3e4f3a06c34e4ae4f1f4e113692cb18b38e"
14
15inherit autotools pkgconfig
16
17EXTRA_OECONF = "--disable-docs"