gplugin/gplugin

Require meson 1.0.0

6 weeks ago, Gary Kramlich
82ae9323306b
Parents 0c7acf49c7c1
Children 972f6aaee23c
Require meson 1.0.0

Testing Done:
Ran with the turtles

Reviewed at https://reviews.imfreedom.org/r/3033/
  • +1 -1
    meson.build
  • --- a/meson.build Sun Mar 17 01:51:48 2024 -0500
    +++ b/meson.build Mon Mar 18 01:16:56 2024 -0500
    @@ -4,7 +4,7 @@
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    version : '0.43.2-dev',
    - meson_version : '>=0.61.0',
    + meson_version : '>=1.0.0',
    default_options : ['c_std=c17', 'warning_level=2'])
    parts = meson.project_version().split('-')