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=6472c7eff773e4a233cb5c4ed480ab4d8e3af00b;hb=refs%2Fchanges%2F02%2F24502%2F4;hp=408b2b6b5354778b32d698403659e7ca76af5058;hpb=91524b2cbe2b81d9cadcb1e0a1f30df3c00078b5;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 408b2b6b5..6472c7eff 100644 --- a/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend +++ b/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend @@ -31,4 +31,5 @@ QT_SHELL_FILE = "${AFM_CONF_DIR}/qt-shell" do_install_append_class-target() { mkdir -p ${AFM_CONF_DIR} echo "QT_WAYLAND_SHELL_INTEGRATION=${DEFAULT_WM_SHELL}" > ${QT_SHELL_FILE} + echo "QT_WAYLAND_RESIZE_AFTER_SWAP=1" >> ${QT_SHELL_FILE} }