depends gperf &&
depends pkgconfig &&
depends util-linux &&
depends docbook-xsl &&
depends libxslt &&

#optional_depends kmod '--enable-libkmod'  \
#                      '--disable-libkmod' \
#                      'use kmod to load modules (SLOW)' &&

optional_depends glib2 \
                 '--enable-gudev'  \
                 '--disable-gudev' \
                 'for GObject libudev (has function generator) support' &&

optional_depends gobject-introspection \
                 "--enable-introspection" \
                 "--disable-introspection" \
                 "for GObject introspection support" &&

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

optional_depends libselinux \
                 "--enable-selinux" \
                 "--disable-selinux" \
                 "for SELinux support"

