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

optional_depends  libxcomposite                                 \
                  "--enable-compositor"                         \
                  "--disable-compositor"                        \
                  "Enable compositing manager"                  &&

optional_depends  libxext                                       \
                  "--enable-xsync"                              \
                  "--disable-xsync"                             \
                  "Enable use of the XSync extension?"          &&

optional_depends  libxrender                                    \
                  "--enable-render"                             \
                  "--disable-render"                            \
                  "Enable use of the RENDER extension?"         &&

optional_depends  libxext                                       \
                  "--enable-shape"                              \
                  "--disable-shape"                             \
                  "Enable use of the shaped window extension?"  &&

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

optional_depends  gconf2                                        \
                  '--enable-gconf'                              \
                  '--disable-gconf'                             \
                  'for GNOME configuration settings'            &&

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