diff options
author | Riteo Siuga <riteo@posteo.net> | 2022-11-12 21:46:16 +0100 |
---|---|---|
committer | Riteo <riteo@posteo.net> | 2022-11-15 13:55:30 +0100 |
commit | dc2919d57ba9dd7cea9a525edf37e9b4398b8816 (patch) | |
tree | 466541025b50db8d845ee6e8204dd980c04a88d4 /platform/linuxbsd/detect.py | |
parent | 91fcc3986eca5331b4cc44a67adcc2f29a49eb66 (diff) | |
download | redot-engine-dc2919d57ba9dd7cea9a525edf37e9b4398b8816.tar.gz |
Load GLX dynamically with GLAD
This is accomplished through the addition of a GLAD GLX loader in the
`thirdparty` directory.
This is another step towards a nice Wayland/X11 interoperation.
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"]) |