]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: Add missing tss2-tcti-device dependency
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 2 Jun 2023 13:40:35 +0000 (15:40 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 2 Jun 2023 13:43:28 +0000 (15:43 +0200)
meson.build

index 314cbcea89f993d7def5434ec607fc60be8c6e57..51a5fc82e33f6e8b9252c5b9626209f515320a78 100644 (file)
@@ -1527,7 +1527,7 @@ conf.set10('HAVE_LIBFIDO2', have)
 
 want_tpm2 = get_option('tpm2')
 if want_tpm2 != 'false' and not skip_deps
-        tpm2 = dependency('tss2-esys tss2-rc tss2-mu',
+        tpm2 = dependency('tss2-esys tss2-rc tss2-mu tss2-tcti-device',
                           required : want_tpm2 == 'true')
         have = tpm2.found()
         have_esys3 = tpm2.version().version_compare('>= 3.0.0')