depends  startup-notification           &&
depends  libice                         &&
depends  libpng                         &&
depends  libsm                          &&
depends  -sub 'XCB' libx11              &&
depends  libxcomposite                  &&
depends  libxfixes                      &&
depends  libxdamage                     &&
depends  libxinerama                    &&
depends  libxrandr                      &&
depends  -sub 'XCOMPOSITE' xorg-server  &&

# XXX: that's hardly all, but those are the ones that
# I reckon people are most likely to *not* want -- Lalo
# Added a couple more, these 3 still need checking -- abouter
#
#  --disable-annotate      Disable annotate plugin
#  --disable-gnome-keybindings Disable gnome keybindings
#  --disable-kconfig       Disable kconfig plugin

optional_depends  GTK2                           \
                  "--enable-gtk"                 \
                  "--disable-gtk"                \
                  "Build GTK+ window decorator" &&

optional_depends  gconf2                         \
                  "--enable-gconf"               \
                  "--disable-gconf"              \
                  "Use gconf to store settings"  &&

optional_depends  glib2                          \
                  "--enable-glib"                \
                  "--disable-glib"               \
                  "Enable glib plugin"           &&

optional_depends  dbus                           \
                  "--enable-dbus"                \
                  "--disable-dbus"               \
                  "Enable dbus plugin?"          &&

optional_depends  dbus-glib                      \
                  "--enable-dbus-glib"           \
                  "--disable-dbus-glib"          \
                  "Enable dbus-glib plugin?"     &&

optional_depends  libnotify                      \
                  "--enable-inotify"             \
                  "--disable-inotify"            \
                  "Enable inotify plugin?"       &&

optional_depends  fuse                           \
                  "--enable-fuse"                \
                  "--disable-fuse"               \
                  "Enable fuse plugin?"          &&

optional_depends  librsvg2                       \
                  "--enable-librsvg"             \
                  "--disable-librsvg"            \
                  "Enable SVG support?"          &&

optional_depends  metacity                       \
                  "--enable-metacity"            \
                  "--disable-metacity"           \
                  "Enable metacity theme support?" &&

optional_depends  libnotify                      \
                  "--enable-inotify"             \
                  "--disable-inotify"            \
                  "Enable inotify plugin?"      &&

optional_depends  libgnome                       \
                  "--enable-gnome"               \
                  "--disable-gnome"              \
                  "Enable gnome settings module?"
