depends  rep-gtk2                                                  &&
optional_depends  audiofile                                        \
                  "--with-audiofile"                               \
                  "--without-audiofile"                            \
                  "use audiofile?"                                 &&
optional_depends  esound                                           \
                  "--with-esd"                                     \
                  "--without-esd"                                  \
                  "for esound support"                             &&
optional_depends  imlib                                            \
                  "--without-gdk-pixbuf"                           \
                  "--with-gdk-pixbuf"                              \
                  "use imlib instead of gdk-pixbuf for images?"    &&
optional_depends  libgnome                                         \
                  ""                                               \
                  ""                                               \
                  "for gnome support"                              &&
optional_depends  pango                                            \
                  ""                                               \
                  "--without-pango"                                \
                  "Use pango for font-rendering?"                  &&
optional_depends  libxinerama                                      \
                  "--with-xinerama"                                \
                  "--without-xinerama"                             \
                  "Enable xinerama support?"                       &&

if [ "${SAWFISH_CVS}" = "y" ] ; then
    depends SVN
fi

