Allow building GIMP of without vala.

To build GIMP without vala the arguments "--enable-vala=no --with-vala=no"
must be used during the configuration process. If the --with-vala is not
provided the build process will still try to build some vala based plug-ins.

Fixes https://gitlab.gnome.org/GNOME/gimp/-/issues/5389
This commit is contained in:
Kevin Cozens 2020-07-11 22:01:59 -04:00 committed by Jehan
parent e815c615e1
commit 56982e6ce9
1 changed files with 1 additions and 0 deletions

View File

@ -2440,6 +2440,7 @@ if test "x$with_vala" = xno; then
warning_vala="
WARNING: you disabled the installation of core Vala plug-ins. This
is discouraged as it won't provide the full GIMP experience."
AM_CONDITIONAL(ENABLE_VAPIGEN, test "x$enable_vala" = "xyes")
else
VAPIGEN_CHECK($VALA_REQUIRED_VERSION)
with_vala="yes"