mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 08:10:03 +01: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:
parent
93a1cdcc78
commit
d21224cd15
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ if not conf_data.get('HAVE_GETPEEREID') and not conf_data.get('HAVE_GETPEERUCRED
|
||||||
endif
|
endif
|
||||||
|
|
||||||
conf_data.set('TCPCONN', '1')
|
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('IPv6', build_ipv6)
|
||||||
|
|
||||||
conf_data.set('BIGREQS', '1')
|
conf_data.set('BIGREQS', '1')
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue