summaryrefslogtreecommitdiff
path: root/platform/x11
diff options
context:
space:
mode:
Diffstat (limited to 'platform/x11')
-rw-r--r--platform/x11/detect.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/x11/detect.py b/platform/x11/detect.py
index 19884feaa8..0169abf7fd 100644
--- a/platform/x11/detect.py
+++ b/platform/x11/detect.py
@@ -175,9 +175,6 @@ def configure(env):
env.Append(CPPFLAGS=['-DOPENGL_ENABLED'])
- if (env['builtin_glew'] == 'no'):
- env.ParseConfig('pkg-config glew --cflags --libs')
-
if os.system("pkg-config --exists alsa") == 0:
print("Enabling ALSA")
env.Append(CPPFLAGS=["-DALSA_ENABLED"])