From ee270f9b0026cb04f36304d6f8f2629c380680ce Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 23 Oct 2021 12:07:42 +0200 Subject: [PATCH] meson.build: log_dep is only needed internally --- NEWS | 1 + src/zeroconf/meson.build | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9f76aaffb..05f0c4eae 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ ver 0.23.3 (not yet released) +* macOS: fix libfmt related build failure ver 0.23.2 (2021/10/22) * protocol diff --git a/src/zeroconf/meson.build b/src/zeroconf/meson.build index 92292e475..cce0269ff 100644 --- a/src/zeroconf/meson.build +++ b/src/zeroconf/meson.build @@ -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, ], )