diff options
| -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" |
