diff --git a/INSTALL.in b/INSTALL.in index a90aad7156..cec13431ea 100644 --- a/INSTALL.in +++ b/INSTALL.in @@ -211,14 +211,6 @@ help in that regard: 17. Configure GIMP by running `meson _build`. You may want to pass some options to it, see below. - Note that we now recommend officially to build GIMP with `meson` - instead of `autotools` (`configure` script, make, etc.). - The autotools build scripts are left alive a bit longer in the git - repository , so that we can revert the recommendation in case big - regressions were discovered. - So if you encounter issues with the meson build, now is the time to - report them! - 18. Build GIMP by running `ninja -C _build'. 19. Install GIMP by running `ninja -C _build install'. In order to diff --git a/meson.build b/meson.build index c87ae08b78..2cf7f29445 100644 --- a/meson.build +++ b/meson.build @@ -2016,13 +2016,3 @@ if warnings.length() > 0 warning(warning) endforeach endif - -if not platform_windows - warning(''' - - MESON BUILD IS IN EXTENSIVE TESTING PHASE! - - we now encourage usage of meson for packagers. - Please build GIMP with meson and report bugs. - ''') -endif