summaryrefslogtreecommitdiff
path: root/qt5-layer/recipes-qt/qt5/qtbase/qt5-wayland.sh
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-07-16 17:16:59 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-07-22 18:21:23 +0200
commitb373a6e9c72fc660a7d181d4406b9a3d5fa46b35 (patch)
tree000e14a1aabc12a7b8ac904f53580746ff0abc80 /qt5-layer/recipes-qt/qt5/qtbase/qt5-wayland.sh
parent7c26a59b12c07e56295f9ae2ec9315db714181b4 (diff)
qt5: set qt backend according to installed graphical backend
Related-to: ELB-2838 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Diffstat (limited to 'qt5-layer/recipes-qt/qt5/qtbase/qt5-wayland.sh')
-rw-r--r--qt5-layer/recipes-qt/qt5/qtbase/qt5-wayland.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/qt5-layer/recipes-qt/qt5/qtbase/qt5-wayland.sh b/qt5-layer/recipes-qt/qt5/qtbase/qt5-wayland.sh
new file mode 100644
index 0000000..886d7c3
--- /dev/null
+++ b/qt5-layer/recipes-qt/qt5/qtbase/qt5-wayland.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+export QT_QPA_PLATFORM=wayland-egl
+