summaryrefslogtreecommitdiffstats
path: root/disk/libblockdev/DEPENDS
blob: f50ead8e6d5b754e463c9e8a45cd7f6cf4d20e3c (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
24
depends DEVICE-MANAGER     &&
depends glib2     &&
depends libbytesize &&
depends libyaml   &&
depends lvm       &&
depends pkgconfig &&
depends util-linux &&

optional_depends gobject-introspection  --{en,dis}able-introspection 'Enable introspection?' &&
optional_depends gtk-doc  '--with-gtk-doc' '--without-gtk-doc' 'Build Devhelp files?' &&

optional_depends kmod    '' '' 'dynamic module loading' &&
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