depends  dbus-glib          &&
depends  gawk               &&
depends  glib2              &&
depends  intltool           &&
depends  libcap             &&
depends  libtool            &&
depends  python             &&
depends  udev               &&
depends  xml-parser-expat   &&
depends  dmidecode          &&
depends  pkgconfig          &&
#
# expat should have --with-expat or --without-expat but there is an bug in configure.
#
optional_depends  expat               \
                  "--with-expat"                  \
                  "--without-expat"                  \
                  "Enable expat use"  &&

#optional_depends  polkit                    \
#                  "--enable-policy-kit"     \
#                  "--disable-policy-kit"    \
#                  "Build with PolicyKit (strongly recommended)"  &&

optional_depends  gtk-doc                   \
                  "--enable-gtk-doc"        \
                  "--disable-gtk-doc"       \
                  "build documentation"     &&

optional_depends  parted                    \
                  "--enable-parted"         \
                  "--disable-parted"        \
                 "to check partition table" &&

optional_depends  docbook-utils             \
                  "--enable-docbook-docs"   \
                  "--disable-docbook-docs"  \
                  "Build Docbook Docs"      &&

optional_depends  libusb         \
                  ""             \
                  ""             \
                  "usb support"  &&

optional_depends  hwdata                             \
                  "--with-hwdata=/usr/share/hwdata"  \
                  "--without-hwdata"                 \
                  "for PCI/USB hardware data"
