Commit ee270f9b authored by Max Kellermann's avatar Max Kellermann

meson.build: log_dep is only needed internally

parent bf1d77a4
ver 0.23.3 (not yet released) ver 0.23.3 (not yet released)
* macOS: fix libfmt related build failure
ver 0.23.2 (2021/10/22) ver 0.23.2 (2021/10/22)
* protocol * protocol
......
...@@ -25,7 +25,6 @@ if zeroconf_option == 'bonjour' ...@@ -25,7 +25,6 @@ if zeroconf_option == 'bonjour'
endif endif
bonjour_deps = [ bonjour_deps = [
log_dep,
] ]
if not is_darwin if not is_darwin
...@@ -41,6 +40,7 @@ if zeroconf_option == 'bonjour' ...@@ -41,6 +40,7 @@ if zeroconf_option == 'bonjour'
include_directories: inc, include_directories: inc,
dependencies: [ dependencies: [
event_dep, event_dep,
log_dep,
], ],
) )
......
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