diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-08-13 17:14:07 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-08-25 11:53:40 +0000 |
commit | e238a444dc7ea5c72d20ea38cf693f70d4539623 (patch) | |
tree | cb6706f70252c3eb4cb0fe43b570fc6f6bacbdaa /meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend | |
parent | 4cc55381909d888236019f8c5be92ad95c4c0f9e (diff) |
qtwayland-config: Add qtwayland-config recipe
Migrate from qtwayland bb append recipe to using a config one.
Bug-AGL: SPEC-3522
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Suggested-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I24179505f10e02cd09542d2caf28104dc89257c8
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25119
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend')
-rw-r--r-- | meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend | 9 |
1 files changed, 0 insertions, 9 deletions
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 85ebc29d6..2f6072acd 100644 --- a/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend +++ b/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend @@ -24,12 +24,3 @@ SRC_URI_append = "\ file://0010-Added-manifest-file-according-to-smack-3-domain-mode.patch \ " -AGL_DEFAULT_WM_SHELL ?= "xdg-shell" -AFM_CONF_DIR = "${D}${sysconfdir}/afm/unit.env.d" -QT_SHELL_FILE = "${AFM_CONF_DIR}/qt-shell" - -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} -} |