diff mbox series

[meta-arago,master/kirkstone/dunfell] qtbase-conf: fix name of WAYLAND_SHELL_INTEGRATION

Message ID 20221013203439.17108-1-afd@ti.com
State Accepted, archived
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone/dunfell] qtbase-conf: fix name of WAYLAND_SHELL_INTEGRATION | expand

Commit Message

Andrew Davis Oct. 13, 2022, 8:34 p.m. UTC
The wl-shell is deprecated rename to xdg-shell.
Change this to remove deprecation warning.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-arago-distro/recipes-qt/qt5/qtbase-conf/qt_env.sh       | 2 +-
 meta-arago-distro/recipes-qt/qt5/qtbase-conf/ti33x/qt_env.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-qt/qt5/qtbase-conf/qt_env.sh b/meta-arago-distro/recipes-qt/qt5/qtbase-conf/qt_env.sh
index 928e2cc7..c79ccd47 100644
--- a/meta-arago-distro/recipes-qt/qt5/qtbase-conf/qt_env.sh
+++ b/meta-arago-distro/recipes-qt/qt5/qtbase-conf/qt_env.sh
@@ -5,7 +5,7 @@  export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
 export QT_QPA_EGLFS_KMS_CONFIG=/etc/qt5/eglfs_kms_cfg.json
 export QT_QPA_EGLFS_INTEGRATION=eglfs_kms
 export QT_QPA_EGLFS_ALWAYS_SET_MODE=1
-export QT_WAYLAND_SHELL_INTEGRATION=wl-shell
+export QT_WAYLAND_SHELL_INTEGRATION=xdg-shell
 
 # SECCOMP-BPF Sandbox does not work due to unexpected FUTEX_UNLOCK_PI call
 # from the pthread implementation. Disable this feature temporarily until
diff --git a/meta-arago-distro/recipes-qt/qt5/qtbase-conf/ti33x/qt_env.sh b/meta-arago-distro/recipes-qt/qt5/qtbase-conf/ti33x/qt_env.sh
index 96526393..ef49b124 100644
--- a/meta-arago-distro/recipes-qt/qt5/qtbase-conf/ti33x/qt_env.sh
+++ b/meta-arago-distro/recipes-qt/qt5/qtbase-conf/ti33x/qt_env.sh
@@ -6,7 +6,7 @@  export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
 export QT_QPA_EGLFS_KMS_CONFIG=/etc/qt5/eglfs_kms_cfg.json
 export QT_QPA_EGLFS_INTEGRATION=eglfs_kms
 export QT_QPA_EGLFS_ALWAYS_SET_MODE=1
-export QT_WAYLAND_SHELL_INTEGRATION=wl-shell
+export QT_WAYLAND_SHELL_INTEGRATION=xdg-shell
 
 # SECCOMP-BPF Sandbox does not work due to unexpected FUTEX_UNLOCK_PI call
 # from the pthread implementation. Disable this feature temporarily until