diff options
author | Ross Burton <ross@burtonini.com> | 2021-12-03 16:43:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-06 11:09:53 +0000 |
commit | 4d9a24d616beb4f13262ed707f7fdca6470db2f5 (patch) | |
tree | 1bb9590f71efe3b0a670a0953d7b063220273d54 | |
parent | 680470cd522a7d4c0fe8bea32801820a10110060 (diff) | |
download | poky-4d9a24d616beb4f13262ed707f7fdca6470db2f5.tar.gz |
xkbcommon: add option for xkbregistry
Enable by default, now that libraries are split into separate packages
this won't cause a change to existing setups.
(From OE-Core rev: aced64cbf6408af0d34c1db21a02e0666ac44848)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb index 034f1a0761..7c5079c452 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb | |||
@@ -15,13 +15,12 @@ UPSTREAM_CHECK_URI = "http://xkbcommon.org/" | |||
15 | 15 | ||
16 | inherit meson pkgconfig | 16 | inherit meson pkgconfig |
17 | 17 | ||
18 | EXTRA_OEMESON = "-Denable-xkbregistry=false" | 18 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland', d)} xkbregistry" |
19 | |||
20 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland', d)}" | ||
21 | 19 | ||
22 | PACKAGECONFIG[docs] = "-Denable-docs=true,-Denable-docs=false,doxygen-native" | 20 | PACKAGECONFIG[docs] = "-Denable-docs=true,-Denable-docs=false,doxygen-native" |
23 | PACKAGECONFIG[wayland] = "-Denable-wayland=true,-Denable-wayland=false,wayland-native wayland wayland-protocols," | 21 | PACKAGECONFIG[wayland] = "-Denable-wayland=true,-Denable-wayland=false,wayland-native wayland wayland-protocols," |
24 | PACKAGECONFIG[x11] = "-Denable-x11=true,-Denable-x11=false,libxcb xkeyboard-config," | 22 | PACKAGECONFIG[x11] = "-Denable-x11=true,-Denable-x11=false,libxcb xkeyboard-config," |
23 | PACKAGECONFIG[xkbregistry] = "-Denable-xkbregistry=true,-Denable-xkbregistry=false,libxml2" | ||
25 | 24 | ||
26 | PACKAGE_BEFORE_PN += "xkbcli" | 25 | PACKAGE_BEFORE_PN += "xkbcli" |
27 | FILES:${PN} = "" | 26 | FILES:${PN} = "" |