mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 05:50:04 +01:00
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
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue