depends glib2 &&
depends gtk+2 &&
depends libxfce4util &&
depends xfconf &&
optional_depends glade \
                 "--enable-gladeui" \
                 "--disable-gladeui" \
                 "For support for Glade 3's GtkBuilder implementation" &&
optional_depends startup-notification \
                 "--enable-startup-notification" \
                 "--disable-startup-notification" \
                 "To support the new freedesktop.org startup notification protocol" &&
optional_depends gtk-doc \
                 "--enable-gtk-doc" \
                 "--disable-gtk-doc" \
                 "To build documentation" &&
optional_depends gtk-doc \
                 "--enable-gtk-doc-html" \
                 "--disable-gtk-doc-html" \
                 "To build documentation in html format" &&
optional_depends gtk-doc \
                 "--enable-gtk-doc-pdf" \
                 "--disable-gtk-doc-pdf" \
                 "To build documentation in pdf format"
