On Tue, Mar 04, 2025 at 04:58:06PM +0100, Enrico Weigelt, metux IT consult wrote: > tools/meson.build:45: WARNING: Project targets '>0.40.0' but uses feature introduced in '0.41.0': capture arg in configure_file. > 377tools/meson.build:45: WARNING: Project targets '>0.40.0' but uses feature introduced in '0.50.0': install arg in configure_file. I have a feeling meson itself might be confused as to when things got added. I'm pretty sure I just used whatever meson version I had at the time and it hasn't been touched since. But whatever, >=0.50 seems reasonable enough. > > Signed-off-by: Enrico Weigelt, metux IT consult <info@xxxxxxxxx> > --- > meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meson.build b/meson.build > index 227ca2eb..fa861401 100644 > --- a/meson.build > +++ b/meson.build > @@ -5,7 +5,7 @@ project('xf86-video-intel', 'c', > 'c_std=gnu99', > ], > license : 'MIT', > - meson_version : '>0.40.0') > + meson_version : '>=0.50.0') > > config = configuration_data() > > -- > 2.39.5 -- Ville Syrjälä Intel