diff options
| author | Mario Schlack | 2016-07-21 21:11:34 +0200 |
|---|---|---|
| committer | Mario Schlack | 2016-07-21 21:11:34 +0200 |
| commit | 503f9ab9d978254b88c74f8f8c1ee1c3abe2069e (patch) | |
| tree | fd260a5418f657bd2581ccb7b30ebe5e20499d92 /platform/x11/detect.py | |
| parent | b623acb718c50b86219027e0f6f7bebd11d96909 (diff) | |
| download | godot-503f9ab9d978254b88c74f8f8c1ee1c3abe2069e.tar.gz godot-503f9ab9d978254b88c74f8f8c1ee1c3abe2069e.tar.zst godot-503f9ab9d978254b88c74f8f8c1ee1c3abe2069e.zip | |
Diffstat (limited to 'platform/x11/detect.py')
| -rw-r--r-- | platform/x11/detect.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/x11/detect.py b/platform/x11/detect.py index 2be8b01dc..356de7b2b 100644 --- a/platform/x11/detect.py +++ b/platform/x11/detect.py @@ -62,7 +62,6 @@ def get_opts(): ('use_leak_sanitizer','Use llvm compiler sanitize memory leaks','no'), ('pulseaudio','Detect & Use pulseaudio','yes'), ('udev','Use udev for gamepad connection callbacks','no'), - ('new_wm_api', 'Use experimental window management API','no'), ('debug_release', 'Add debug symbols to release version','no'), ] @@ -204,10 +203,6 @@ def configure(env): env.Append( BUILDERS = { 'GLSL120GLES' : env.Builder(action = methods.build_gles2_headers, suffix = 'glsl.h',src_suffix = '.glsl') } ) #env.Append( BUILDERS = { 'HLSL9' : env.Builder(action = methods.build_hlsl_dx9_headers, suffix = 'hlsl.h',src_suffix = '.hlsl') } ) - if(env["new_wm_api"]=="yes"): - env.Append(CPPFLAGS=['-DNEW_WM_API']) - env.ParseConfig('pkg-config xinerama --cflags --libs') - if (env["use_static_cpp"]=="yes"): env.Append(LINKFLAGS=['-static-libstdc++']) |
