aboutsummarylogtreecommitdiffstats
path: root/qpi-mesa.sh
diff options
context:
space:
mode:
authorDonald Carr2018-11-20 00:56:29 -0800
committerDonald Carr2018-11-20 00:56:29 -0800
commit9ce38f188528fecc027676c84b20f31f1a14b553 (patch)
tree7050556baf05668e619b8f4850d45de0e53b4664 /qpi-mesa.sh
parent22dadb3256798816863ff6e2ca2caa56349c1670 (diff)
downloadaur-9ce38f188528fecc027676c84b20f31f1a14b553.tar.gz
Prevent default mesa config from screwing us on non-pi platforms
Diffstat (limited to 'qpi-mesa.sh')
-rw-r--r--qpi-mesa.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/qpi-mesa.sh b/qpi-mesa.sh
index 8baccad22e95..b196251970ae 100644
--- a/qpi-mesa.sh
+++ b/qpi-mesa.sh
@@ -1,6 +1,7 @@
-export QT_QPA_PLATFORM=wayland
+# Shared by many platforms; uncomment as necessary
+#export QT_QPA_PLATFORM=wayland
# export EGL_LOG_LEVEL=debug
# https://bugreports.qt.io/browse/QTBUG-60330
-export EGL_PLATFORM=0x31D7
+#export EGL_PLATFORM=0x31D7
#export QT_LOGGING_RULES="qt.qpa.eglfs.kms=true;qt.qpa.egldeviceintegration=true"
#export QT_LOGGING_TO_CONSOLE=1