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