. "$GRIMOIRE/FUNCTIONS" &&

depends  glib2        &&
depends  gtk+3        &&
depends  intltool     &&
depends  libgsf       &&
depends  goffice      &&
depends  libxml2      &&

optional_depends  gtk+3                                \
                  "--with-gtk"                         \
                  "--without-gtk"                      \
                  "Build the UI?"                      &&

optional_depends  gobject-introspection                \
                  "--enable-introspection"             \
                  "--disable-introspection"            \
                  "Enable introspection support?"      &&

optional_depends  psiconv                              \
                  "--with-psiconv"                     \
                  "--without-psiconv"                  \
                  "Build with psiconv support?"        &&

optional_depends  libgda5                              \
                  "--with-gda"                         \
                  "--without-gda"                      \
                  "for database support"               &&

optional_depends  perl                                 \
                  "--with-perl"                        \
                  "--without-perl"                     \
                  "Compile the Perl plugin loader?"    &&

optional_depends  python                               \
                  "--with-python"                      \
                  "--without-python"                   \
                  "Compile the Python plugin loader?"

