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

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Tue May 16 06:59:59 UTC 2023


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.

Updated meson minimal version from 0.47.2 to 0.48.

Fixes: 8ac9440e7bec ("meson: add an option to control Xe test builds")
Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
---
 Dockerfile.build-fedora | 2 +-
 meson.build             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile.build-fedora b/Dockerfile.build-fedora
index dc5d1b16b488..eff92a21e6e6 100644
--- a/Dockerfile.build-fedora
+++ b/Dockerfile.build-fedora
@@ -45,6 +45,6 @@ RUN dnf install -y findutils
 
 # Meson version switching shenanigans
 RUN dnf install -y python3-pip
-RUN curl -o "/usr/src/#1" "https://files.pythonhosted.org/packages/e8/ec/3e6a68c9e0fd4b4f4fb6877a3ccfb6f6e6d09f2b4fc87674e671bf64b7b8/{meson-0.47.2.tar.gz}"
+RUN curl -o "/usr/src/#1" "https://files.pythonhosted.org/packages/df/df/8d5c006f87a3c75f588aeadcf089726bba1e567997a1088655fe7ed68f3d/{meson-0.48.0.tar.gz}"
 
 RUN dnf clean all
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