diff options
Diffstat (limited to 'recipes-qt')
-rw-r--r-- | recipes-qt/qt/qtbase_agldemo.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt/qtbase_agldemo.inc b/recipes-qt/qt/qtbase_agldemo.inc index 48d96b2dc..b2bfe3749 100644 --- a/recipes-qt/qt/qtbase_agldemo.inc +++ b/recipes-qt/qt/qtbase_agldemo.inc @@ -2,4 +2,4 @@ # without Wayland PACKAGECONFIG_GL:append = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', ' eglfs kms gbm', '', d)}" -PACKAGECONFIG:append = " icu fontconfig sql-sqlite" +PACKAGECONFIG:append = " xkbcommon icu fontconfig sql-sqlite" |