summaryrefslogtreecommitdiffstats
path: root/modules/dnstap/meson.build
diff options
context:
space:
mode:
authorOto Šťáva <oto.stava@nic.cz>2024-05-02 13:05:27 +0200
committerOto Šťáva <oto.stava@nic.cz>2024-05-02 13:05:27 +0200
commit9fccba0f06a891fd5e0c6f77110f48ea46c526de (patch)
treea110247503ce422d501f616323e71d90f6b58646 /modules/dnstap/meson.build
parentMerge !1536: distro/pkg/arch: fix after they renamed a dependency (diff)
parentMerge branch 'macos-fix' into 'master' (diff)
downloadknot-resolver-9fccba0f06a891fd5e0c6f77110f48ea46c526de.tar.xz
knot-resolver-9fccba0f06a891fd5e0c6f77110f48ea46c526de.zip
Merge remote-tracking branch 'origin/master' into 6.0
Diffstat (limited to 'modules/dnstap/meson.build')
-rw-r--r--modules/dnstap/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/dnstap/meson.build b/modules/dnstap/meson.build
index e8a94bf1..038bf3e3 100644
--- a/modules/dnstap/meson.build
+++ b/modules/dnstap/meson.build
@@ -43,11 +43,10 @@ if build_dnstap
dnstap_mod = shared_module(
'dnstap',
dnstap_src,
- dependencies: [
+ dependencies: mod_deps + [
declare_dependency(sources: dnstap_pb),
libfstrm,
libprotobuf_c,
- libknot,
],
include_directories: mod_inc_dir,
name_prefix: '',