diff options
author | Ross Burton <ross@burtonini.com> | 2021-12-03 16:43:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-06 11:09:53 +0000 |
commit | eeb85f6adfaf990664fd2f9a61c936a573b0824a (patch) | |
tree | 7a7718e8ff7a9eb3c4758cfd8af257d28187cffd /meta/recipes-graphics | |
parent | 28f9393d261cd6ac72f691b3666a0e46a1e9f3bd (diff) | |
download | poky-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.bb | 6 |
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 | ||
16 | inherit meson pkgconfig | 16 | inherit meson pkgconfig |
17 | 17 | ||
18 | EXTRA_OEMESON = "-Denable-docs=false -Denable-xkbregistry=false" | 18 | EXTRA_OEMESON = "-Denable-xkbregistry=false" |
19 | 19 | ||
20 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland', d)}" | 20 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland', d)}" |
21 | PACKAGECONFIG[x11] = "-Denable-x11=true,-Denable-x11=false,libxcb xkeyboard-config," | 21 | |
22 | PACKAGECONFIG[docs] = "-Denable-docs=true,-Denable-docs=false,doxygen-native" | ||
22 | 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," | ||
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" |