summaryrefslogtreecommitdiffstats
path: root/disk/udev/DEPENDS
blob: ac9903ed017cfc24a9b741e4d4f0cbddfbd54a02 (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
25
26
27
28
29
30
31
depends gnupg &&
depends smgl-fhs &&

if list_find "$UDEV_OPTS" "--enable-extras"; then
  depends acl &&
  depends gperf  &&
  depends pkgconfig &&
  depends glib2     &&
  depends libusb    &&
  depends USBIDS &&
  depends PCIIDS
fi &&

if [[ "$(get_spell_provider ${SPELL} PCIIDS)" = 'pciutils' ]]; then
  depends -sub NO_ZLIB pciutils
fi &&

optional_depends gtk-doc \
                 "--enable-gtk-doc" \
                 "--disable-gtk-doc" \
                 "build and install documentation?" &&

optional_depends libselinux \
                 "--with-selinux" \
                 "--without-selinux" \
                 "for SELinux support" &&

optional_depends SYSTEM-LOGGER \
                 "--enable-logging" \
                 "--disable-logging" \
                 "for logging to syslog"