mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
meson: Don't set UNIXCONN on Windows
As XTRANS_CONNECTION_FLAGS did, don't try to build unix socket support on Windows.
This commit is contained in:
@@ -185,7 +185,7 @@ if not conf_data.get('HAVE_GETPEEREID') and not conf_data.get('HAVE_GETPEERUCRED
|
||||
endif
|
||||
|
||||
conf_data.set('TCPCONN', '1')
|
||||
conf_data.set('UNIXCONN', '1')
|
||||
conf_data.set('UNIXCONN', host_machine.system() != 'windows')
|
||||
conf_data.set('IPv6', build_ipv6)
|
||||
|
||||
conf_data.set('BIGREQS', '1')
|
||||
|
||||
Reference in New Issue
Block a user