summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-05-31 22:50:44 +0200
committerLennart Poettering <lennart@poettering.net>2021-06-01 13:32:40 +0200
commit71eceff645c94333a269245fb5e39801cd163f5f (patch)
tree6316ec9451dfce545847e61c09bf43b5aea305c3 /meson.build
parente49614278dcf4d3d2e571e9ac67444e04de6381e (diff)
downloadsystemd-71eceff645c94333a269245fb5e39801cd163f5f.tar.gz
homework: make libcryptsetup dep runtime optional
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0ce978f8e5..65d0a0f6ea 100644
--- a/meson.build
+++ b/meson.build
@@ -2254,7 +2254,6 @@ if conf.get('ENABLE_HOMED') == 1
include_directories : includes,
link_with : [libshared],
dependencies : [threads,
- libcryptsetup,
libblkid,
libcrypt,
libopenssl,