summaryrefslogtreecommitdiffstats
path: root/disk/libblockdev/DEPENDS
blob: ce1f82c0bce73df8c140eef8486d44f01e14f58a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
depends DEVICE-MANAGER     &&
depends glib2     &&
depends libbytesize &&
depends pkgconfig &&
depends util-linux &&

optional_depends gobject-introspection  '' '' 'Enable introspection?' &&
optional_depends gtk-doc  '--with-gtk-doc' '--without-gtk-doc' 'Build Devhelp files?' &&

optional_depends kmod    '' '' 'dynamic module loading' &&
optional_depends lvm     '--with-lvm' '--without-lvm --without-lvm_dbus --without-mpath --without-mdraid' 'LVM support' &&
optional_depends parted  '--with-part' '--without-part' 'partition support' &&
optional_depends python3 '--with-python3' '--without-python3' 'Python3 support' &&
optional_depends python  '--with-python2' '--without-python2' 'Python2 support' &&
optional_depends dmraid  '--with-dm' '--without-dm --without-dmraid' 'RAID support' &&
optional_depends ndctl   '--with-nvdimm' '--without-nvdimm' 'NVDIMM support' &&
optional_depends cryptsetup-luks '--with-crypto' '--without-crypto --without-escrow' 'crypto support' &&
if is_depends_enabled $SPELL cryptsetup-luks;then
  optional_depends volume_key '--with-escrow' '--without-escro' 'escrow support' &&
  if is_depends_enabled $SPELL volume_key;then
   depends nss
  fi
fi