pidgin/pidgin

Require meson 1.0.0

8 weeks ago, Gary Kramlich
eafa80c55ae9
Parents 72178a341eb8
Children 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/
  • +1 -1
    meson.build
  • --- 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