summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2022-09-11 10:49:24 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2022-09-23 16:15:37 +0200
commitb456191d3cfd1fa6b6ae1c473d71d9931849d3bc (patch)
treee8b82b0f3ea2aad9d5d928e4e84b4d5af4ebb261 /meson.build
parent8939d3351d8d03ff84a3c509af4c82920b1bc4d4 (diff)
downloadsystemd-b456191d3cfd1fa6b6ae1c473d71d9931849d3bc.tar.gz
repart: Add support for generating verity sig partitions
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6022617832..a20e94c55a 100644
--- a/meson.build
+++ b/meson.build
@@ -3682,7 +3682,8 @@ if conf.get('ENABLE_REPART') == 1
link_with : [libshared],
dependencies : [threads,
libblkid,
- libfdisk],
+ libfdisk,
+ libopenssl],
install_rpath : rootpkglibdir,
install : true,
install_dir : rootbindir)