diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2021-02-05 11:44:13 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-02-08 18:48:28 +0000 |
commit | 44b6b5dda23e0c2a2e957f66b1941c3a2a3b0249 (patch) | |
tree | 17f6b96662f605175eac249c08451e043c6878fa /recipes-qt/qt/qtwayland_agldemo.inc | |
parent | 0ad4faa58b11d61af7e5f112929d70860dbd9365 (diff) |
qtwayland: Remove unneeded (mostly) xdg-shell related patches
This patch removes the following patches:
- 0016-xdg-shell-Add-xdg-shell-protocol-file-version-1.4.0.patch
- 0017-xdg-shell-Add-minimize-feature-to-QWindow-using-wayl.patch
- 0019-xdg-shell-upgrade-to-support-current-version-weston-.patch
- 0099_qtwayland_no_evdev.patch
- UNUSED_NEEDS_CHECK_YOCTO_0018-packaging-enable-xdg-shell-at-runtime.patch
Bug-AGL: SPEC-3797
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ida16800b4209166725d4aeae5e446214f5d46f1e
Diffstat (limited to 'recipes-qt/qt/qtwayland_agldemo.inc')
-rw-r--r-- | recipes-qt/qt/qtwayland_agldemo.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-qt/qt/qtwayland_agldemo.inc b/recipes-qt/qt/qtwayland_agldemo.inc index 46bf2e744..c75372583 100644 --- a/recipes-qt/qt/qtwayland_agldemo.inc +++ b/recipes-qt/qt/qtwayland_agldemo.inc @@ -11,14 +11,6 @@ FILESEXTRAPATHS_append := ":${THISDIR}/qtwayland" # file://0001-protocol-update-3rd-party-ivi-application-protocol.patch \ # file://0002-qwaylandwindow-add-support-for-IVI-Surface-ID-proper.patch \ # -# The xdg-shell merged into upstream, so we don't need these patch anymore. -# But xdg-shell doesn't work well in current AGL Distro because of -# mismatch of protocol versions between server(weston) and client(Qt Apps). -# -# file://0016-xdg-shell-Add-xdg-shell-protocol-file-version-1.4.0.patch \ -# file://0017-xdg-shell-Add-minimize-feature-to-QWindow-using-wayl.patch \ -# file://0019-xdg-shell-upgrade-to-support-current-version-weston-.patch \ -# SRC_URI_append = "\ file://0010-Added-manifest-file-according-to-smack-3-domain-mode.patch \ |