diff options
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb (renamed from meta/recipes-graphics/xorg-lib/libxkbcommon_1.5.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb index 62e9b158e4..02045cc212 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.5.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb | |||
@@ -9,11 +9,11 @@ DEPENDS = "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[sha256sum] = "560f11c4bbbca10f495f3ef7d3a6aa4ca62b4f8fb0b52e7d459d18a26e46e017" | 12 | SRC_URI[sha256sum] = "0edc14eccdd391514458bc5f5a4b99863ed2d651e4dd761a90abf4f46ef99c2b" |
13 | 13 | ||
14 | UPSTREAM_CHECK_URI = "http://xkbcommon.org/" | 14 | UPSTREAM_CHECK_URI = "http://xkbcommon.org/" |
15 | 15 | ||
16 | inherit meson pkgconfig | 16 | inherit meson pkgconfig bash-completion |
17 | 17 | ||
18 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland', d)} xkbregistry" | 18 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland', d)} xkbregistry" |
19 | 19 | ||