[pacman-dev] [PATCH 1/3] meson: bump the minimum supported version of meson to 0.51

Eli Schwartz eschwartz at archlinux.org
Tue Jun 25 20:28:15 UTC 2019


We haven't reached our first public release of the meson build backend
yet, so we have lots of flexibility for this... and build dependencies
are easier to upgrade than runtime dependencies anyway.

Updating meson allows us to make use of a bunch of new features that
rewquire the latest version of meson.

Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
---

This is probably my most controversial patch ever.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 91f05031..de309e30 100644
--- a/meson.build
+++ b/meson.build
@@ -8,7 +8,7 @@ project('pacman',
           'sysconfdir=/etc',
           'localstatedir=/var',
         ],
-        meson_version : '>= 0.47')
+        meson_version : '>= 0.51')
 
 libalpm_version = '11.0.1'
 
-- 
2.22.0


More information about the pacman-dev mailing list