summaryrefslogtreecommitdiff
path: root/platform/linuxbsd/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-11-15 16:24:19 +0100
committerRémi Verschelde <rverschelde@gmail.com>2022-11-15 16:24:19 +0100
commit2b806d6a919bf70ed47784030a148031ca614af0 (patch)
tree9deec618afd2e8f7ff796a9e9125049eebaa2906 /platform/linuxbsd/detect.py
parentac99a448b69818877342282b40d6656d3f1dfdf3 (diff)
parentdc2919d57ba9dd7cea9a525edf37e9b4398b8816 (diff)
Merge pull request #68586 from Riteo/dynamic-glx
Load GLX dynamically with GLAD
Diffstat (limited to 'platform/linuxbsd/detect.py')
-rw-r--r--platform/linuxbsd/detect.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/linuxbsd/detect.py b/platform/linuxbsd/detect.py
index ac69f3806b..004bcb8674 100644
--- a/platform/linuxbsd/detect.py
+++ b/platform/linuxbsd/detect.py
@@ -356,7 +356,6 @@ def configure(env: "Environment"):
if env["opengl3"]:
env.Append(CPPDEFINES=["GLES3_ENABLED"])
- env.ParseConfig("pkg-config gl --cflags --libs")
env.Append(LIBS=["pthread"])