summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorPedro J. Estébanez <pedrojrulez@gmail.com>2019-03-20 21:43:19 +0100
committerPedro J. Estébanez <pedrojrulez@gmail.com>2019-03-20 21:43:55 +0100
commit9c3ddf05cb9c59817d885e9daca6e8f61c89dc97 (patch)
tree7342d3341c456e5dec9ef1b1414b9b2bae353de8 /platform
parent4db0f51b9aa76cfc7649787fe1970af606ce8dab (diff)
Revert accidental commits
This reverts commit fb37284c027b494ed3ec21124001fcb729f42cc4. This reverts commit 4db0f51b9aa76cfc7649787fe1970af606ce8dab.
Diffstat (limited to 'platform')
-rw-r--r--platform/x11/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/x11/detect.py b/platform/x11/detect.py
index c36013a31a..b5ad59e60a 100644
--- a/platform/x11/detect.py
+++ b/platform/x11/detect.py
@@ -293,7 +293,7 @@ def configure(env):
env.Append(CPPPATH=['#platform/x11'])
env.Append(CPPFLAGS=['-DX11_ENABLED', '-DUNIX_ENABLED', '-DOPENGL_ENABLED', '-DGLES_ENABLED'])
- env.Append(LIBS=['GL', 'pthread', 'rt'])
+ env.Append(LIBS=['GL', 'pthread'])
if (platform.system() == "Linux"):
env.Append(LIBS=['dl'])