diff options
author | Michel Dänzer <mdaenzer@redhat.com> | 2020-07-03 17:27:42 +0200 |
---|---|---|
committer | Olivier Fourdan <ofourdan@redhat.com> | 2024-04-12 10:40:05 +0200 |
commit | 34fac2d7dfd7d9765d7b595709030e132043d7bc (patch) | |
tree | 586dee377899300114989eb59e0d466672964a89 /meson.build | |
parent | 735009cda32e1b66999728fc278b5eabf0d3bc41 (diff) |
Drop Xwin DDX and x86 MinGW-w64 cross build
(cherry picked from commit 8f480147f6b63ebc51b8dcb80e55c7b8f91dad98)
This partly reverts commit d3933a24d1abdcb56f45e6076cb84a1110674a8a.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1483>
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') |