X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-qt%2Fqt%2Fqtbase_agldemo.inc;h=48d96b2dc103e48c2895c1e4b68a5d21af8ba787;hb=refs%2Fchanges%2F91%2F27991%2F3;hp=7f48b45715ed70869a76b43f34da975cdc0983d9;hpb=4aa8929cbe66c18a6f24d1cffad3b14d58682af1;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-qt/qt/qtbase_agldemo.inc b/recipes-qt/qt/qtbase_agldemo.inc index 7f48b4571..48d96b2dc 100644 --- a/recipes-qt/qt/qtbase_agldemo.inc +++ b/recipes-qt/qt/qtbase_agldemo.inc @@ -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 = " icu fontconfig sql-sqlite"