[igt-dev] [PATCH i-g-t 1/2] meson: Bump meson version requirement to 0.46.0

Arkadiusz Hiler arkadiusz.hiler at intel.com
Tue Feb 19 10:51:42 UTC 2019


... so we can have multiple binaries with the same name.

Cc: Petri Latvala <petri.latvala at intel.com>
Cc: Daniel Vetter <daniel at ffwll.ch>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
---
 Dockerfile.fedora | 2 +-
 meson.build       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile.fedora b/Dockerfile.fedora
index 08a4bd22..29520f7b 100644
--- a/Dockerfile.fedora
+++ b/Dockerfile.fedora
@@ -37,7 +37,7 @@ RUN rm -fr /tmp/peg
 
 # Meson version switching shenanigans
 WORKDIR /usr/src
-RUN curl -O https://files.pythonhosted.org/packages/c0/98/bcbda7862f8ca18dbdaa57b9c51cf7333cdc59b48278ed279217cd6ad8ff/meson-0.44.0.tar.gz
+RUN curl -O https://files.pythonhosted.org/packages/17/d0/0fe98a9557a2f07dbe6f99ef57f2bc37450b641e1f6ceae9ce04c3c845dd/meson-0.46.0.tar.gz
 
 # Cleanup workdir
 WORKDIR /
diff --git a/meson.build b/meson.build
index 356a5414..099db897 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@ project('igt-gpu-tools', 'c',
           'c_std=gnu11',
         ],
 	license : 'MIT',
-	meson_version : '>=0.44.0')
+	meson_version : '>=0.46.0')
 
 cc = meson.get_compiler('c')
 
-- 
2.20.1



More information about the igt-dev mailing list