mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
libxkbcommon: upgrade 1.5.0 -> 1.6.0
Add bash-completion support for xkbcli. (From OE-Core rev: 2ff0f450037d58156c0fecbb320be34bfd4ea15a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7e545ebf2f
commit
fb42c6a231
+2
-2
@@ -9,11 +9,11 @@ DEPENDS = "flex-native bison-native"
|
||||
|
||||
SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
|
||||
|
||||
SRC_URI[sha256sum] = "560f11c4bbbca10f495f3ef7d3a6aa4ca62b4f8fb0b52e7d459d18a26e46e017"
|
||||
SRC_URI[sha256sum] = "0edc14eccdd391514458bc5f5a4b99863ed2d651e4dd761a90abf4f46ef99c2b"
|
||||
|
||||
UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
|
||||
|
||||
inherit meson pkgconfig
|
||||
inherit meson pkgconfig bash-completion
|
||||
|
||||
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland', d)} xkbregistry"
|
||||
|
||||
Reference in New Issue
Block a user