X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-qt%2Fqt%2Fqtbase_agldemo.inc;h=48d96b2dc103e48c2895c1e4b68a5d21af8ba787;hb=7baf8fb6dc8ed74332b7b587efae6097a4470237;hp=5e6477985aeea83e915d517ca635b56115412abe;hpb=4249268041b879b3d2bae338d5de88f4f2d54b26;p=AGL%2Fmeta-agl-demo.git 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"