about summary refs log tree commit diff
path: root/pkgs/games/anki/patches/remove-the-gl-library-workaround.patch
blob: 0a3f94e132a051d10f4ba4f3e079fc2fbb562187 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/qt/aqt/__init__.py b/qt/aqt/__init__.py
index 6f28d2dd0..fcd6a5ee4 100644
--- a/qt/aqt/__init__.py
+++ b/qt/aqt/__init__.py
@@ -402,12 +402,6 @@ def setupGL(pm: aqt.profiles.ProfileManager) -> None:
     # RHI errors are emitted multiple times so make sure we only handle them once
     driver_failed = False

-    # work around pyqt loading wrong GL library
-    if is_lin:
-        import ctypes
-
-        ctypes.CDLL("libGL.so.1", ctypes.RTLD_GLOBAL)
-
     # catch opengl errors
     def msgHandler(category: Any, ctx: Any, msg: Any) -> None:
         if category == QtMsgType.QtDebugMsg:
--
2.42.0