mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
meson: Also ignore kms, kms_udev, hal options on Cygwin
This commit is contained in:
@@ -164,7 +164,7 @@ glamor_option = get_option('glamor')
|
||||
|
||||
build_udev = get_option('udev')
|
||||
build_udev_kms = get_option('udev_kms')
|
||||
if host_machine.system() == 'windows' or host_machine.system() == 'darwin'
|
||||
if ['windows', 'darwin', 'cygwin'].contains(host_machine.system())
|
||||
build_udev = false
|
||||
build_udev_kms = false
|
||||
hal_option = 'false'
|
||||
|
||||
Reference in New Issue
Block a user