X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-profile-graphical-qt5%2Frecipes-qt%2Fqt5%2Fqtwayland_%25.bbappend;h=85ebc29d6bd811dfa4cbc75c2ce1a2e89d0f6e9e;hb=95b8edd4aab48f4cb66f3119e91e59ab74f907e9;hp=9807840ca47a6358372ea18120deb6db3b68eafe;hpb=b43165328658087277b667152fdbc04fe07cba08;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend b/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend index 9807840ca..85ebc29d6 100644 --- a/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend +++ b/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend @@ -23,14 +23,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 = " ${@base_conditional('PREFERRED_PROVIDER_virtual/egl', 'mesa', 'mesa', 'libegl gles-user-module', d)}" +AGL_DEFAULT_WM_SHELL ?= "xdg-shell" +AFM_CONF_DIR = "${D}${sysconfdir}/afm/unit.env.d" +QT_SHELL_FILE = "${AFM_CONF_DIR}/qt-shell" -SRC_URI_append = " file://0099_qtwayland_no_evdev.patch " +do_install_append_class-target() { + mkdir -p ${AFM_CONF_DIR} + echo "QT_WAYLAND_SHELL_INTEGRATION=${AGL_DEFAULT_WM_SHELL}" > ${QT_SHELL_FILE} + echo "QT_WAYLAND_RESIZE_AFTER_SWAP=1" >> ${QT_SHELL_FILE} +}