qtbase: enable xkbcommon support
[AGL/meta-agl-demo.git] / recipes-qt / qt / qtbase_agldemo.inc
index 7f48b45..b2bfe37 100644 (file)
@@ -1 +1,5 @@
-PACKAGECONFIG_append = " icu fontconfig sql-sqlite"
+# 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 = " xkbcommon icu fontconfig sql-sqlite"