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:
parent
50b8670fdf
commit
fd52110ec4
|
@ -630,7 +630,10 @@ libxserver = [
|
||||||
libxserver += libxserver_dri3
|
libxserver += libxserver_dri3
|
||||||
|
|
||||||
subdir('hw')
|
subdir('hw')
|
||||||
subdir('test')
|
|
||||||
|
if host_machine.system() != 'windows'
|
||||||
|
subdir('test')
|
||||||
|
endif
|
||||||
|
|
||||||
install_man(configure_file(
|
install_man(configure_file(
|
||||||
input: 'man/Xserver.man',
|
input: 'man/Xserver.man',
|
||||||
|
|
Loading…
Reference in New Issue