mirror of https://github.com/GNOME/gimp.git
configure: add an info message to advise building with meson and report bugs.
This commit is contained in:
parent
8ac5178214
commit
bfc9e4bb72
|
@ -3284,7 +3284,12 @@ if test "x$required_deps" = "x"; then
|
|||
AC_MSG_RESULT([
|
||||
Building GIMP with prefix=$prefix, datarootdir=$datarootdir
|
||||
Desktop files install into $DESKTOP_DATADIR
|
||||
$optional_deps]);
|
||||
$optional_deps
|
||||
|
||||
INFO: MESON BUILD IS IN EXTENSIVE TESTING PHASE TO LIKELY REPLACE AUTOTOOLS!
|
||||
|
||||
we now encourage usage of meson for packagers, instead of autotools.
|
||||
Please build GIMP with meson and report bugs.]);
|
||||
else
|
||||
AC_MSG_ERROR([
|
||||
$optional_deps
|
||||
|
|
Loading…
Reference in New Issue