diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meson.build b/meson.build index 22e61493d..d6bb27038 100644 --- a/meson.build +++ b/meson.build @@ -240,16 +240,6 @@ if (host_machine.system() != 'darwin' and endforeach endif -build_xwin = false -if get_option('xwin') == 'auto' - if (host_machine.system() == 'cygwin' or - host_machine.system() == 'windows') - build_xwin = true - endif -else - build_xwin = get_option('xwin') == 'true' -endif - if get_option('ipv6') == 'auto' build_ipv6 = cc.has_function('getaddrinfo') else @@ -711,9 +701,6 @@ subdir('miext/damage') subdir('miext/shadow') subdir('miext/sync') subdir('present') -if build_xwin - subdir('pseudoramiX') -endif subdir('randr') subdir('record') subdir('render') |