summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
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"