summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2019-06-25 22:28:15 +0200
committerAllan McRae <allan@archlinux.org>2019-06-28 02:20:49 +0200
commit83f428d974ab39f24a067dd7187f62a9455804dd (patch)
tree3ec15a21848d4965fabdedb0448fe328bc10d486
parentcd475331f4dd0b464ecb281714134ca76e57b39d (diff)
downloadpacman-83f428d974ab39f24a067dd7187f62a9455804dd.tar.gz
pacman-83f428d974ab39f24a067dd7187f62a9455804dd.tar.xz
meson: bump the minimum supported version of meson to 0.51
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@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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'