X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-qt%2Fqt5%2Fqtbase_%25.bbappend;h=d302780f025a4b12bb26d1271258b39e172a0102;hb=faf241c43abeda228789dd26417cea1bfbf900bb;hp=026e76fec5d7713bbbbf6bf9749a76ca10b9850a;hpb=1285cbf5034408a3ab7225c3b0aeddc58f72ddc3;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend index 026e76fec..d302780f0 100644 --- a/recipes-qt/qt5/qtbase_%.bbappend +++ b/recipes-qt/qt5/qtbase_%.bbappend @@ -3,11 +3,12 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" DEPENDS_append_koelsch = " libegl" DEPENDS_append_porter = " libegl" +PACKAGECONFIG_WAYLAND = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}" PACKAGECONFIG_GL = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" -PACKAGECONFIG_append = " icu accessibility eglfs" +PACKAGECONFIG_append = " ${PACKAGECONFIG_WAYLAND} icu accessibility" PACKAGECONFIG_append_rpi = " fontconfig" EXTRA_OECONF_append = "" - -PACKAGECONFIG[gles2]="-opengl es2 -eglfs,,virtual/libgles2 virtual/egl" +# '-qpa wayland-egl' set wayland-egl as default of platform plagins +PACKAGECONFIG[wayland]="-qpa wayland-egl -no-qpa-platform-guard"