mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
meson: install binaries
This commit is contained in:
@@ -25,6 +25,8 @@ if get_option('cryptsetup')
|
||||
cryptsetup = executable('cryptsetup',
|
||||
cryptsetup_files,
|
||||
dependencies: cryptsetup_deps,
|
||||
install: true,
|
||||
install_dir: get_option('sbindir'),
|
||||
link_with: libcryptsetup,
|
||||
link_args: link_args,
|
||||
include_directories: includes_tools)
|
||||
@@ -45,6 +47,8 @@ if get_option('veritysetup')
|
||||
veritysetup = executable('veritysetup',
|
||||
veritysetup_files,
|
||||
dependencies: veritysetup_deps,
|
||||
install: true,
|
||||
install_dir: get_option('sbindir'),
|
||||
link_with: libcryptsetup,
|
||||
link_args: link_args,
|
||||
include_directories: includes_tools)
|
||||
@@ -68,6 +72,8 @@ if get_option('integritysetup')
|
||||
integritysetup = executable('integritysetup',
|
||||
integritysetup_files,
|
||||
dependencies: integritysetup_deps,
|
||||
install: true,
|
||||
install_dir: get_option('sbindir'),
|
||||
link_with: libcryptsetup,
|
||||
link_args: link_args,
|
||||
include_directories: includes_tools)
|
||||
|
||||
@@ -12,6 +12,8 @@ if get_option('ssh-token')
|
||||
jsonc,
|
||||
libssh,
|
||||
],
|
||||
install: true,
|
||||
install_dir: luks2_external_tokens_path,
|
||||
link_with: libcryptsetup,
|
||||
link_args: token_link_args,
|
||||
include_directories: includes_tools + ['..'])
|
||||
@@ -34,6 +36,8 @@ if get_option('ssh-token')
|
||||
popt,
|
||||
pwquality,
|
||||
],
|
||||
install: true,
|
||||
install_dir: get_option('sbindir'),
|
||||
link_with: libcryptsetup,
|
||||
include_directories: includes_tools + ['..'])
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user