package/vlc: backport upstream patches to fix compat function for static_assert
[buildroot-gz.git] / package / cryptsetup / Config.in
blobcd9595685664369ab74ec08f69c8a422d2328a65
1 config BR2_PACKAGE_CRYPTSETUP
2         bool "cryptsetup"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # lvm2
4         depends on BR2_USE_MMU # lvm2
5         depends on !BR2_STATIC_LIBS # lvm2
6         depends on BR2_USE_WCHAR # util-linux
7         select BR2_PACKAGE_POPT
8         select BR2_PACKAGE_LVM2
9         select BR2_PACKAGE_UTIL_LINUX
10         select BR2_PACKAGE_UTIL_LINUX_LIBUUID
11         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
12         help
13           This tool helps manipulate dm-crypt and luks partitions for
14           on-disk encryption.
16           https://gitlab.com/cryptsetup/cryptsetup
18 comment "cryptsetup needs a toolchain w/ wchar, threads, dynamic library"
19         depends on BR2_USE_MMU
20         depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS