aboutsummaryrefslogtreecommitdiffstats
path: root/testing/knot-resolver4/meson-dnstap-generated-sources.patch
blob: 1b1b8296a78d0e8bc265ca5261c69bd4f0118f68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/modules/dnstap/meson.build
+++ b/modules/dnstap/meson.build
@@ -40,8 +40,8 @@
   dnstap_mod = shared_module(
     'dnstap',
     dnstap_src,
-    dnstap_pb[1],
     dependencies: [
+      declare_dependency(sources: dnstap_pb),
       libfstrm,
       libprotobuf_c,
     ],