diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ec5fdbf23..98116e159 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -157,7 +157,7 @@ Marko Sisovic Viktor Ricci Harvey Randall Pedro Lameiras -Kai Knoblich +Kai Knoblich Lucas Scharenbroch Antonio Cavallo Han Yeong-woo diff --git a/qt/aqt/__init__.py b/qt/aqt/__init__.py index 552809c13..b6d24080b 100644 --- a/qt/aqt/__init__.py +++ b/qt/aqt/__init__.py @@ -414,7 +414,7 @@ def setupGL(pm: aqt.profiles.ProfileManager) -> None: driver_failed = False # work around pyqt loading wrong GL library - if is_lin: + if is_lin and not sys.platform.startswith("freebsd"): import ctypes ctypes.CDLL("libGL.so.1", ctypes.RTLD_GLOBAL)