commit c89a6aefd12bb9584d5b5827a8afd59f26f5a86b
parent 8346ea4cda1784189340a244790f70c2ebe842ba
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sun, 12 Apr 2026 19:36:34 +0200
fix FTBFS
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
@@ -245,7 +245,10 @@ if not get_option('only-doc')
'taler/taler_pq_lib.h',
'TALER_PQ_query_param_array_blinded_denom_sig',
required: true,
- dependencies: [talerpq_dep],
+ dependencies: [
+ talerpq_dep,
+ pq_dep,
+ ],
)
private_config.set10('HAVE_TALERPQ', talerpq_dep.found())