mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00: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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user