diff options
author | Ross Burton <ross@burtonini.com> | 2021-12-03 16:43:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-06 11:09:53 +0000 |
commit | f11d868f47e1191c47758cbaaba9e53606b974f6 (patch) | |
tree | 15275024b59ee64440536977e542816cab2dbe60 /meta | |
parent | eeb85f6adfaf990664fd2f9a61c936a573b0824a (diff) | |
download | poky-f11d868f47e1191c47758cbaaba9e53606b974f6.tar.gz |
xkbcommon: split xkbcli into a separate package
Not everyone wants the CLI, so put it in a separate package to reduce
mandatory dependencies.
(From OE-Core rev: f6777d4bc5a3f04c4fe12c508609ba84fdde67b2)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb | 3 |
1 files changed, 3 insertions, 0 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 ec4cb53a91..49eb072778 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb | |||
@@ -23,6 +23,9 @@ PACKAGECONFIG[docs] = "-Denable-docs=true,-Denable-docs=false,doxygen-native" | |||
23 | PACKAGECONFIG[wayland] = "-Denable-wayland=true,-Denable-wayland=false,wayland-native wayland wayland-protocols," | 23 | 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," | 24 | PACKAGECONFIG[x11] = "-Denable-x11=true,-Denable-x11=false,libxcb xkeyboard-config," |
25 | 25 | ||
26 | PACKAGE_BEFORE_PN += "xkbcli" | ||
27 | FILES:xkbcli = "${bindir}/xkbcli ${libexecdir}/xkbcommon/xkbcli-*" | ||
28 | |||
26 | # Fix a following runtime error: | 29 | # Fix a following runtime error: |
27 | # xkbcommon: ERROR: couldn't find a Compose file for locale "C" | 30 | # xkbcommon: ERROR: couldn't find a Compose file for locale "C" |
28 | RDEPENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11-locale', 'libx11-compose-data', d)}" | 31 | RDEPENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11-locale', 'libx11-compose-data', d)}" |