Require meson 1.0.0

Fri, 01 Mar 2024 17:18:07 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 01 Mar 2024 17:18:07 -0600
changeset 42621
eafa80c55ae9
parent 42620
72178a341eb8
child 42622
7c834e816ea4

Require meson 1.0.0

We started using the verbose argument in tests, but that was added in 0.62.0.
But since 1.0.0 is everywhere, it just makes sense to require that for now as
we're not using/requiring anything from a newer meson version.

Testing Done:
Configured and made sure the warning was gone. Also ran with the turtles.

Reviewed at https://reviews.imfreedom.org/r/3004/

meson.build file | annotate | diff | comparison | revisions
--- a/meson.build	Thu Feb 29 21:54:14 2024 -0600
+++ b/meson.build	Fri Mar 01 17:18:07 2024 -0600
@@ -22,7 +22,7 @@
 #
 project('pidgin', 'c',
     version : '3.0.0-devel',
-    meson_version : '>=0.58.0',
+    meson_version : '>=1.0.0',
     default_options : ['c_std=c17', 'warning_level=2'])
 purple_soversion = 0
 

mercurial