X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-qt%2Fqt5%2Fqtbase_%25.bbappend;h=65ee442a23538527ad68d69fe5c0572d3c29cd4f;hb=2c8d1e73bb07572b20c864663c01fab3cd03efb8;hp=ebca5c8e5d31db9855203b2a8d5cc49694e3e3b7;hpb=565235cf6861f03a8d9d6b2613213509949b44d9;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend index ebca5c8e5..65ee442a2 100644 --- a/recipes-qt/qt5/qtbase_%.bbappend +++ b/recipes-qt/qt5/qtbase_%.bbappend @@ -1,13 +1,14 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI_append = "\ - file://0001-Force-qdbus-to-make-introspect-for-every-findMetaObj.patch \ - " - 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" +PACKAGECONFIG_append = " ${PACKAGECONFIG_WAYLAND} icu accessibility" +PACKAGECONFIG_append = " fontconfig" + +EXTRA_OECONF_append = "" -EXTRA_OECONF_append = " -qpa wayland" +# '-qpa wayland-egl' set wayland-egl as default of platform plagins +PACKAGECONFIG[wayland]="-qpa wayland-egl -no-qpa-platform-guard"