X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-qt%2Fqt5%2Fqtwayland_%25.bbappend;h=a6a8f00b66bbdf4ffee77062ac6ba03ec47a4af0;hb=c6d2e95a70c4ef3cb23afd2a3c9b1baefe038222;hp=b61b121c4dd06b9ce93aed0f71caecf616730078;hpb=505db9d020f0c176b9f1cc12766ed977d8da17a1;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-qt/qt5/qtwayland_%.bbappend b/recipes-qt/qt5/qtwayland_%.bbappend index b61b121c4..a6a8f00b6 100644 --- a/recipes-qt/qt5/qtwayland_%.bbappend +++ b/recipes-qt/qt5/qtwayland_%.bbappend @@ -22,10 +22,13 @@ FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" SRC_URI_append = "\ file://0010-Added-manifest-file-according-to-smack-3-domain-mode.patch \ + " +SRC_URI_append_checkforkrogoth = "\ file://disable_xcomposite_egl_qt_wayland_client_buffer_integration.patch \ file://0001-Implement-initial-IVI-shell-support-with-shell-integ.patch \ file://0002-Fix-multiple-QWindow.patch \ " + DEPENDS_append_koelsch = " libegl gles-user-module" -DEPENDS_append_porter = " libegl gles-user-module" +DEPENDS_append_porter = " ${@base_conditional('PREFERRED_PROVIDER_virtual/egl', 'mesa', 'mesa', 'libegl gles-user-module', d)}"