diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-15 16:24:19 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-15 16:24:19 +0100 |
commit | 2b806d6a919bf70ed47784030a148031ca614af0 (patch) | |
tree | 9deec618afd2e8f7ff796a9e9125049eebaa2906 /platform/linuxbsd/detect.py | |
parent | ac99a448b69818877342282b40d6656d3f1dfdf3 (diff) | |
parent | dc2919d57ba9dd7cea9a525edf37e9b4398b8816 (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.py | 1 |
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"]) |