[Mesa-dev] [PATCH 2/2] meson: upgrade minimum meson version

Khaled Emara ekhaled1836 at gmail.com
Fri Apr 5 18:28:28 UTC 2019


Upgraded meson's minimum version from 0.45 to 0.47
Version 0.47 is required to use build_always_stale
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 2c98e9e18a9..454928e244a 100644
--- a/meson.build
+++ b/meson.build
@@ -25,7 +25,7 @@ project(
     [find_program('python', 'python2', 'python3'), 'bin/meson_get_version.py']
   ).stdout(),
   license : 'MIT',
-  meson_version : '>= 0.45',
+  meson_version : '>= 0.47',
   default_options : ['buildtype=debugoptimized', 'b_ndebug=if-release', 'c_std=c99', 'cpp_std=c++11']
 )
 
-- 
2.21.0



More information about the mesa-dev mailing list