X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-qt%2Fqt%2Fqtbase_agldemo.inc;h=b2bfe37497dbe814ecfdc1a9c2dacf8405b4107b;hb=c11d716e3e124d4ee4f156bee9308c68e8036cbc;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..b2bfe3749 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 = " xkbcommon icu fontconfig sql-sqlite"