summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-10-14 23:29:48 +0200
committerLennart Poettering <lennart@poettering.net>2023-01-17 09:42:16 +0100
commit17984c55513fc18f9bd4878c37fa87d278ab1e1d (patch)
tree4ba7562977f3def93c511f556062ad677647cdb6 /meson.build
parentff386f985bb51a48a11f74f6370dedf1bbfb4658 (diff)
downloadsystemd-17984c55513fc18f9bd4878c37fa87d278ab1e1d.tar.gz
pcrphase: make tool more generic, reuse for measuring machine id/fs uuids
See: #24503
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 921f7300b0..f940926894 100644
--- a/meson.build
+++ b/meson.build
@@ -2677,6 +2677,7 @@ if conf.get('HAVE_BLKID') == 1 and conf.get('HAVE_GNU_EFI') == 1
link_with : [libshared],
dependencies : [libopenssl,
tpm2,
+ libblkid,
versiondep],
install_rpath : rootpkglibdir,
install : true,