test/run_avahi: refactor to RunZeroconf (both avahi and bonjour)
This commit is contained in:
@@ -105,10 +105,10 @@ test('TestIcu', executable(
|
||||
],
|
||||
))
|
||||
|
||||
if avahi_dep.found()
|
||||
if zeroconf_dep.found()
|
||||
executable(
|
||||
'run_avahi',
|
||||
'run_avahi.cxx',
|
||||
'RunZeroconf',
|
||||
'RunZeroconf.cxx',
|
||||
'ShutdownHandler.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
|
Reference in New Issue
Block a user