Commit 2059195a authored by Max Kellermann's avatar Max Kellermann

zeroconf: add dependency on event_dep

parent d89856f7
...@@ -38,6 +38,9 @@ if zeroconf_option == 'bonjour' ...@@ -38,6 +38,9 @@ if zeroconf_option == 'bonjour'
'Glue.cxx', 'Glue.cxx',
'Bonjour.cxx', 'Bonjour.cxx',
include_directories: inc, include_directories: inc,
dependencies: [
event_dep,
],
) )
zeroconf_dep = declare_dependency( zeroconf_dep = declare_dependency(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment