diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-02-18 13:41:05 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-19 16:14:57 +0000 |
| commit | 6039e1906431791ae45da882b7af1ee9583e8b8f (patch) | |
| tree | 5f58ea49a31bb3557a1fc70099be49152714dd9f /meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.3.bb | |
| parent | 46c48563774b7c8ff8ac7b981d47ddb2bb7a4624 (diff) | |
| download | poky-6039e1906431791ae45da882b7af1ee9583e8b8f.tar.gz | |
libxkbcommon: update to 0.8.3
(From OE-Core rev: bf1a2c1900d90a07388dae2c99bb65a83ce87d15)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.3.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.3.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.3.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.3.bb new file mode 100644 index 0000000000..ff0f0690b6 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.3.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "Generic XKB keymap library" | ||
| 2 | DESCRIPTION = "libxkbcommon is a keymap compiler and support library which \ | ||
| 3 | processes a reduced subset of keymaps as defined by the XKB specification." | ||
| 4 | HOMEPAGE = "http://www.xkbcommon.org" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e525ed9809e1f8a07cf4bce8b09e8b87" | ||
| 6 | LICENSE = "MIT & MIT-style" | ||
| 7 | |||
| 8 | DEPENDS = "util-macros flex-native bison-native" | ||
| 9 | |||
| 10 | SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "8225a206e00c4146d2e06f5e688b28e7" | ||
| 13 | SRC_URI[sha256sum] = "b855c629849a97ab9835a4ad99d6b749a636f70d38a03f070c6ef72024825540" | ||
| 14 | |||
| 15 | UPSTREAM_CHECK_URI = "http://xkbcommon.org/" | ||
| 16 | |||
| 17 | inherit autotools pkgconfig | ||
| 18 | |||
| 19 | EXTRA_OECONF = "--disable-docs" | ||
| 20 | |||
| 21 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | ||
| 22 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,libxcb xkeyboard-config," | ||
