mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 00:56:21 +03:00
non-GUI build should not require bonjour headers
This commit is contained in:
parent
f857354535
commit
e88bc97e63
@ -187,7 +187,7 @@ if (UNIX)
|
||||
message (FATAL_ERROR "Missing header: " ${XKBlib})
|
||||
endif()
|
||||
|
||||
if (NOT HAVE_DNSSD)
|
||||
if (BARRIER_BUILD_GUI AND NOT HAVE_DNSSD)
|
||||
message (FATAL_ERROR "Missing header: dns_sd.h")
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user