meson: Don't try to build tests on Windows

Most of these could be made to work, but would need to be ported off
using fork and poll...
This commit is contained in:
Jon Turney 2019-04-26 01:09:25 +01:00 committed by Adam Jackson
parent 50b8670fdf
commit fd52110ec4

View File

@ -630,7 +630,10 @@ libxserver = [
libxserver += libxserver_dri3
subdir('hw')
subdir('test')
if host_machine.system() != 'windows'
subdir('test')
endif
install_man(configure_file(
input: 'man/Xserver.man',