diff options
author | Oto Šťáva <oto.stava@nic.cz> | 2024-05-02 13:05:27 +0200 |
---|---|---|
committer | Oto Šťáva <oto.stava@nic.cz> | 2024-05-02 13:05:27 +0200 |
commit | 9fccba0f06a891fd5e0c6f77110f48ea46c526de (patch) | |
tree | a110247503ce422d501f616323e71d90f6b58646 /modules/dnstap/meson.build | |
parent | Merge !1536: distro/pkg/arch: fix after they renamed a dependency (diff) | |
parent | Merge branch 'macos-fix' into 'master' (diff) | |
download | knot-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.build | 3 |
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: '', |