mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
meson: remove openssl dependency from repart
No longer needed since ade99252e2cdd9eeff78566789008996d27e4dc0
This commit is contained in:
parent
c73f413d8d
commit
6b12086e1f
@ -1526,8 +1526,7 @@ conf.set_quoted('DEFAULT_LLMNR_MODE_STR', default_llmnr)
|
||||
|
||||
want_repart = get_option('repart')
|
||||
if want_repart != 'false'
|
||||
have = (conf.get('HAVE_OPENSSL') == 1 and
|
||||
conf.get('HAVE_LIBFDISK') == 1)
|
||||
have = conf.get('HAVE_LIBFDISK') == 1
|
||||
if want_repart == 'true' and not have
|
||||
error('repart support was requested, but dependencies are not available')
|
||||
endif
|
||||
@ -2931,8 +2930,7 @@ if conf.get('ENABLE_REPART') == 1
|
||||
link_with : [libshared],
|
||||
dependencies : [threads,
|
||||
libblkid,
|
||||
libfdisk,
|
||||
libopenssl],
|
||||
libfdisk],
|
||||
install_rpath : rootlibexecdir,
|
||||
install : true,
|
||||
install_dir : rootbindir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user