summaryrefslogtreecommitdiff
path: root/src/zeroconf
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-01-18 19:45:56 +0100
committerMax Kellermann <max@musicpd.org>2020-01-18 19:56:16 +0100
commit75518672498504872322ad8b6a4abb564e298dd8 (patch)
tree969a92c8b2ae4317c43f5800ecca90a8079a9afe /src/zeroconf
parentbdd316749514c353d7d46812f60c8dfa46b97f13 (diff)
meson.build: move Log.cxx and LogBackend.cxx into a static library
Prevents compiling those sources many times, once for each debug program using it.
Diffstat (limited to 'src/zeroconf')
-rw-r--r--src/zeroconf/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zeroconf/meson.build b/src/zeroconf/meson.build
index c2853b344..e1ca38e24 100644
--- a/src/zeroconf/meson.build
+++ b/src/zeroconf/meson.build
@@ -49,6 +49,7 @@ if zeroconf_option == 'bonjour'
link_with: zeroconf,
dependencies: [
bonjour_dep,
+ log_dep,
],
)
else
@@ -68,6 +69,7 @@ else
libavahi_client_dep,
dbus_dep,
time_dep,
+ log_dep,
],
)