diff options
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.1.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.1.bb index 89093e6786..df13ceb389 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.1.bb | |||
| @@ -34,3 +34,5 @@ python populate_packages:prepend () { | |||
| 34 | # Fix a following runtime error: | 34 | # Fix a following runtime error: |
| 35 | # xkbcommon: ERROR: couldn't find a Compose file for locale "C" | 35 | # xkbcommon: ERROR: couldn't find a Compose file for locale "C" |
| 36 | RDEPENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11-locale', 'libx11-compose-data', d)}" | 36 | RDEPENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11-locale', 'libx11-compose-data', d)}" |
| 37 | |||
| 38 | BBCLASSEXTEND += "native" | ||
