From: Frantisek Sumsal Date: Thu, 29 Jul 2021 10:46:06 +0000 (+0200) Subject: meson: add the versiondep to the static lib deplist as well X-Git-Tag: v250-rc1~902 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7925d693a79cf1e4a3d1539402b3160bb9a3ab12;p=thirdparty%2Fsystemd.git meson: add the versiondep to the static lib deplist as well Follow-up to 99c645b81aa47899ae3e0f920947a7d86cca5a86. --- diff --git a/src/cryptsetup/cryptsetup-tokens/meson.build b/src/cryptsetup/cryptsetup-tokens/meson.build index 80619972051..76664296f19 100644 --- a/src/cryptsetup/cryptsetup-tokens/meson.build +++ b/src/cryptsetup/cryptsetup-tokens/meson.build @@ -21,7 +21,7 @@ if conf.get('HAVE_TPM2') == 1 'cryptsetup-token-systemd-tpm2_static', cryptsetup_token_systemd_tpm2_sources, include_directories : includes, - dependencies : libshared_deps + [libcryptsetup], + dependencies : libshared_deps + [libcryptsetup, versiondep], c_args : cryptsetup_token_c_args) endif