diff options
Diffstat (limited to 'recipes-qt')
-rw-r--r-- | recipes-qt/qt/qtbase_agldemo.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt/qtbase_agldemo.inc b/recipes-qt/qt/qtbase_agldemo.inc index 5e6477985..48d96b2dc 100644 --- a/recipes-qt/qt/qtbase_agldemo.inc +++ b/recipes-qt/qt/qtbase_agldemo.inc @@ -1 +1,5 @@ +# Enable EGL and KMS platform plugins to allow demos of Qt compositor +# without Wayland +PACKAGECONFIG_GL:append = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', ' eglfs kms gbm', '', d)}" + PACKAGECONFIG:append = " icu fontconfig sql-sqlite" |