From 8832556a467f65b24d51fda14ea42a42d406c406 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sat, 27 Apr 2024 08:21:27 +0900 Subject: [PATCH] common: Make libp11-asn1.a depend on libtasn1 This fixes build on systems where is installed in a non-standard path. Signed-off-by: Daiki Ueno --- common/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/meson.build b/common/meson.build index 0a7b7fee..e053dd43 100644 --- a/common/meson.build +++ b/common/meson.build @@ -113,7 +113,7 @@ if with_asn1 'p11-asn1', libp11_asn1_sources, gnu_symbol_visibility: 'hidden', include_directories: configinc, - dependencies: asn_h_dep, + dependencies: [asn_h_dep] + libtasn1_deps, ) libp11_asn1_dep = declare_dependency(