diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-01-13 11:23:05 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-01-13 11:23:05 -0300 |
commit | 823d7ae3b554100fc35c6223568452c8fa7adf11 (patch) | |
tree | c2feed7fcbf86d534dde179bcc2e1b924d0e2187 /platform/x11/detect.py | |
parent | 7c7ab30c4ef74f3e7a90ab6d23d69d545fac7cf3 (diff) | |
parent | 869f400179a32e951a44181165de48094693e280 (diff) | |
download | redot-engine-823d7ae3b554100fc35c6223568452c8fa7adf11.tar.gz |
Merge branch 'master' of https://github.com/okamstudio/godot
Diffstat (limited to 'platform/x11/detect.py')
-rw-r--r-- | platform/x11/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/x11/detect.py b/platform/x11/detect.py index a4c06be447..8264196a41 100644 --- a/platform/x11/detect.py +++ b/platform/x11/detect.py @@ -124,7 +124,7 @@ def configure(env): else: print("PulseAudio development libraries not found, disabling driver") - env.Append(CPPFLAGS=['-DX11_ENABLED','-DUNIX_ENABLED','-DGLES2_ENABLED','-DGLES1_ENABLED','-DGLES_OVER_GL']) + env.Append(CPPFLAGS=['-DX11_ENABLED','-DUNIX_ENABLED','-DGLES2_ENABLED','-DGLES_OVER_GL']) env.Append(LIBS=['GL', 'GLU', 'pthread','asound','z']) #TODO detect linux/BSD! #env.Append(CPPFLAGS=['-DMPC_FIXED_POINT']) |