mirror of https://github.com/GNOME/gimp.git
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:
parent
e815c615e1
commit
56982e6ce9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue