summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-12-03 16:43:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-06 11:09:53 +0000
commiteeb85f6adfaf990664fd2f9a61c936a573b0824a (patch)
tree7a7718e8ff7a9eb3c4758cfd8af257d28187cffd /meta/recipes-graphics
parent28f9393d261cd6ac72f691b3666a0e46a1e9f3bd (diff)
downloadpoky-eeb85f6adfaf990664fd2f9a61c936a573b0824a.tar.gz
libxkbcommon: allow building of API documentation
(From OE-Core rev: 12aed9f72e610c0a20c7d9fe329edf7b7753740d) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb6
1 files changed, 4 insertions, 2 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 95accfc184..ec4cb53a91 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb
@@ -15,11 +15,13 @@ UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
15 15
16inherit meson pkgconfig 16inherit meson pkgconfig
17 17
18EXTRA_OEMESON = "-Denable-docs=false -Denable-xkbregistry=false" 18EXTRA_OEMESON = "-Denable-xkbregistry=false"
19 19
20PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland', d)}" 20PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland', d)}"
21PACKAGECONFIG[x11] = "-Denable-x11=true,-Denable-x11=false,libxcb xkeyboard-config," 21
22PACKAGECONFIG[docs] = "-Denable-docs=true,-Denable-docs=false,doxygen-native"
22PACKAGECONFIG[wayland] = "-Denable-wayland=true,-Denable-wayland=false,wayland-native wayland wayland-protocols," 23PACKAGECONFIG[wayland] = "-Denable-wayland=true,-Denable-wayland=false,wayland-native wayland wayland-protocols,"
24PACKAGECONFIG[x11] = "-Denable-x11=true,-Denable-x11=false,libxcb xkeyboard-config,"
23 25
24# Fix a following runtime error: 26# Fix a following runtime error:
25# xkbcommon: ERROR: couldn't find a Compose file for locale "C" 27# xkbcommon: ERROR: couldn't find a Compose file for locale "C"