]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: use tpm2_cflags dependency rather than tpm2
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 3 Jul 2026 01:04:34 +0000 (10:04 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 3 Jul 2026 12:50:45 +0000 (21:50 +0900)
src/pcrextend/meson.build
src/pcrlock/meson.build

index f2f5f3b46e3e89dcc2d7db49c76178c0923ff903..ced1be5a90909d99522ab42b2c9193400a8083bf 100644 (file)
@@ -12,7 +12,7 @@ executables += [
                 'sources' : files('pcrextend.c'),
                 'dependencies' : [
                         libopenssl_cflags,
-                        tpm2,
+                        tpm2_cflags,
                 ],
         },
 ]
index dbe816402deca0a5b57569c42e9a9c816fc3a435..d93a4f6069e628c3d3f50dcfeda90a7e53633c32 100644 (file)
@@ -13,7 +13,7 @@ executables += [
                 ),
                 'dependencies' : [
                         libopenssl_cflags,
-                        tpm2,
+                        tpm2_cflags,
                 ],
                 'public' : true,
         },