diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbcommon_0.9.1.bb (renamed from meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.4.bb) | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.4.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.9.1.bb index 0608fd5af8..c147428a14 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.9.1.bb | |||
@@ -9,17 +9,18 @@ DEPENDS = "util-macros flex-native bison-native" | |||
9 | 9 | ||
10 | SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" | 10 | SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "3c4409058dfd203f641a563358e0187d" | 12 | SRC_URI[md5sum] = "4662756fd73ab0ac9e32efdad8f807f6" |
13 | SRC_URI[sha256sum] = "60ddcff932b7fd352752d51a5c4f04f3d0403230a584df9a2e0d5ed87c486c8b" | 13 | SRC_URI[sha256sum] = "d4c6aabf0a5c1fc616f8a6a65c8a818c03773b9a87da9fbc434da5acd1199be0" |
14 | 14 | ||
15 | UPSTREAM_CHECK_URI = "http://xkbcommon.org/" | 15 | UPSTREAM_CHECK_URI = "http://xkbcommon.org/" |
16 | 16 | ||
17 | inherit autotools pkgconfig | 17 | inherit meson pkgconfig |
18 | 18 | ||
19 | EXTRA_OECONF = "--disable-docs" | 19 | EXTRA_OEMESON = "-Denable-docs=false" |
20 | 20 | ||
21 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | 21 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland', d)}" |
22 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,libxcb xkeyboard-config," | 22 | PACKAGECONFIG[x11] = "-Denable-x11=true,-Denable-x11=false,libxcb xkeyboard-config," |
23 | PACKAGECONFIG[wayland] = "-Denable-wayland=true,-Denable-wayland=false,wayland-native wayland wayland-protocols," | ||
23 | 24 | ||
24 | # Fix a following runtime error: | 25 | # Fix a following runtime error: |
25 | # xkbcommon: ERROR: couldn't find a Compose file for locale "C" | 26 | # xkbcommon: ERROR: couldn't find a Compose file for locale "C" |