depends  clutter           &&
depends  libx11            &&
depends  libxcursor        &&
depends  cairo             &&
depends  pango             &&
depends  gtk+2             &&
depends  glib2             &&
depends  intltool          &&
depends  xml-parser-expat  &&
depends  zenity            &&

optional_depends -sub GTK libcanberra                           \
                  "--with-libcanberra"                          \
                  "--without-libcanberra"                       \
                  "to use libcanberra for playing sounds"       &&

optional_depends  libxext                                                  \
                  "--enable-xsync --enable-shape"                          \
                  "--disable-xsync --disable-shape"                        \
                  "Enable use of the XSync and shaped window extensions?"  &&

optional_depends  libxinerama                                   \
                  "--enable-xinerama"                           \
                  "--disable-xinerama"                          \
                  "Enable use of the Xinerama extension?"       &&

optional_depends  gconf2                                        \
                  ''                                            \
                  ''                                            \
                  'for GNOME configuration settings'            &&

optional_depends  startup-notification                          \
                  '--enable-startup-notification'               \
                  '--disable-startup-notification'              \
                  'for application startup services'            &&

optional_depends  rarian                                        \
                  '--enable-scrollkeeper'                       \
                  '--disable-scrollkeeper'                      \
                  'register help docs with rarian?'             &&

optional_depends  gobject-introspection                         \
                  '--enable-introspection=yes'                  \
                  '--enable-introspection=no'                   \
                  'use gobject binding'
