summaryrefslogtreecommitdiffstats
path: root/qml/mageiawelcome.py
diff options
context:
space:
mode:
Diffstat (limited to 'qml/mageiawelcome.py')
-rw-r--r--qml/mageiawelcome.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/qml/mageiawelcome.py b/qml/mageiawelcome.py
index 8439ff7..83fe644 100644
--- a/qml/mageiawelcome.py
+++ b/qml/mageiawelcome.py
@@ -10,6 +10,8 @@ import os
import subprocess
from helpers import get_desktop_name, get_desktop_name2, is_installed
import pwd
+# Workaround for opengl lib selection
+from OpenGL import GL
class ConfList(QAbstractListModel):
NameRole = Qt.UserRole + 1