summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2020-07-03 17:27:42 +0200
committerMichel Dänzer <michel@daenzer.net>2021-02-03 18:08:58 +0100
commit8f480147f6b63ebc51b8dcb80e55c7b8f91dad98 (patch)
treee6f876d384b46f1a712fe768d1c82f9c67a04f66 /meson.build
parent69cc6a6caa44b967df42579f26a07466c653074d (diff)
Drop Xwin DDX
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build13
1 files changed, 0 insertions, 13 deletions
diff --git a/meson.build b/meson.build
index ebb3ec367..d1a8a7aab 100644
--- a/meson.build
+++ b/meson.build
@@ -224,16 +224,6 @@ if (host_machine.system() != 'darwin' and
endif
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
@@ -665,9 +655,6 @@ subdir('miext/damage')
subdir('miext/shadow')
subdir('miext/sync')
subdir('present')
-if build_xwin
- subdir('pseudoramiX')
-endif
subdir('randr')
subdir('record')
subdir('render')