To enable WAYLAND full-screen capability for QT 5.9 plus:
export QT_WAYLAND_SHELL_INTEGRATION=xdg-shell-v5

Signed-off-by: Eric Ruei <[email protected]>
---
 recipes-qt/qt5/qtbase-conf/qt_env.sh       | 1 +
 recipes-qt/qt5/qtbase-conf/ti33x/qt_env.sh | 1 +
 recipes-qt/qt5/qtbase-conf_1.0.bbappend    | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtbase-conf/qt_env.sh 
b/recipes-qt/qt5/qtbase-conf/qt_env.sh
index 6abf5e9..758d75c 100644
--- a/recipes-qt/qt5/qtbase-conf/qt_env.sh
+++ b/recipes-qt/qt5/qtbase-conf/qt_env.sh
@@ -4,3 +4,4 @@
 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=none
+export QT_WAYLAND_SHELL_INTEGRATION=xdg-shell-v5
diff --git a/recipes-qt/qt5/qtbase-conf/ti33x/qt_env.sh 
b/recipes-qt/qt5/qtbase-conf/ti33x/qt_env.sh
index 8975458..fa51fca 100644
--- a/recipes-qt/qt5/qtbase-conf/ti33x/qt_env.sh
+++ b/recipes-qt/qt5/qtbase-conf/ti33x/qt_env.sh
@@ -5,3 +5,4 @@ export QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS="rotate=180"
 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=none
+export QT_WAYLAND_SHELL_INTEGRATION=xdg-shell-v5
diff --git a/recipes-qt/qt5/qtbase-conf_1.0.bbappend 
b/recipes-qt/qt5/qtbase-conf_1.0.bbappend
index 5eac07e..75cd457 100644
--- a/recipes-qt/qt5/qtbase-conf_1.0.bbappend
+++ b/recipes-qt/qt5/qtbase-conf_1.0.bbappend
@@ -1,5 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PR_append = ".tisdk1"
+PR_append = ".tisdk2"
 
 SRC_URI += "file://eglfs_kms_cfg.json"
 
-- 
1.9.1

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to