diff options
author | reduz <juan@okamstudio.com> | 2015-10-16 19:13:09 -0300 |
---|---|---|
committer | reduz <juan@okamstudio.com> | 2015-10-16 19:13:09 -0300 |
commit | 17a90ddc0824bb51b5ea707f5d4d11aed301f91d (patch) | |
tree | f17a5e3c66e1aaee0cabe2f16d16611b97bda6cb /platform/x11/detect.py | |
parent | 078a474135b47adb3cbdf414c737b77ee17fe596 (diff) | |
parent | 79e5ced7e668fa53567ac6aaf5a26393cea6c9a2 (diff) |
Merge branch 'master' of https://github.com/okamstudio/godot
Conflicts:
scene/resources/packed_scene.h
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 33e8fd03e2..9a52a7c92b 100644 --- a/platform/x11/detect.py +++ b/platform/x11/detect.py @@ -63,7 +63,7 @@ def get_flags(): return [ ('builtin_zlib', 'no'), ("openssl", "yes"), - ("theora","no"), + #("theora","no"), ] |