[igt-dev] [PATCH i-g-t] meson.build: update minimal version to 0.48

Kamil Konieczny kamil.konieczny at linux.intel.com
Mon May 15 19:15:22 UTC 2023


Hi Mauro,

On 2023-05-15 at 16:39:23 +0200, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab <mchehab at kernel.org>
> 
> changeset 8ac9440e7bec ("meson: add an option to control Xe test builds")
> require updating a dict with values from another dict. This seems
> to be supported only on version 0.48 or above.

I agree but this should wait until we update image fedora-oldest-meson
to have new meson 0.48 binary. Btw as you pointed out,
Debian buster LTS uses 0.49.2 so maybe we should use that ?

Btw maybe we should ask community if anyone is using this old
meson for building igt ? +cc Petri

> 
> So, update meson minimal version.
- ^^^
Please try to avoid starting sentence with "So" word, just:

Updated meson minimal version from 0.47.2 to 0.48

Regards,
Kamil

> 
> Fixes: 8ac9440e7bec ("meson: add an option to control Xe test builds")
> Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index 1c872cc9cb02..a1f646ee9239 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -7,7 +7,7 @@ project('igt-gpu-tools', 'c',
>            'buildtype=debugoptimized',
>          ],
>  	license : 'MIT',
> -	meson_version : '>=0.47.2')
> +	meson_version : '>=0.48')
>  
>  if get_option('b_ndebug') != 'false'
>  	error('Building without -Db_ndebug=false is not supported')
> -- 
> 2.40.1
> 


More information about the igt-dev mailing list