runtime_depends util-linux &&

depends DEVICE-MANAGER &&
depends dbus &&
depends intltool &&
depends libcap &&

optional_depends gtk+2 "--enable-gtk" "--disable-gtk" "Enable GTK tools" &&
optional_depends linux-pam "--enable-pam" "--disable-pam" "Enable PAM support" &&
optional_depends cryptsetup "--enable-libcryptsetup" "--disable-libcryptsetup" "Enable cryptsetup tools" &&
optional_depends libselinux "--enable-selinux" "--disable-selinux" "Enable SELINUX support" &&
optional_depends audit "--enable-audit" "--disable-audit" "Enable audit support" &&

#the following don't have --configure options but are listed in the README
optional_depends libnotify "" "" "Enable use of libnotify" &&
optional_depends tcp_wrappers "--enable-tcpwrap" "--disable-tcpwrap" "Enable use of tcpwrappers"
