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