summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Cardace <acardace@redhat.com>2019-12-19 09:26:31 +0100
committerAntonio Cardace <acardace@redhat.com>2019-12-23 11:05:50 +0100
commit559893a081ff64392c971aec54a00885da9e5414 (patch)
treeee7d17e4e7e6f6ec1f775bfcd68679d087594275
parenteaa26408f351e77ff044edc01d113b26d87fd63e (diff)
downloadNetworkManager-ac/meson_improvements.tar.gz
meson: bump up min version to 0.46 according to minimum requirementsac/meson_improvements
The following used functions: `compiler.has_link_argument`, `link_whole arg in declare_dependency`, `compiler.has_multi_link_argument` are present only from meson 0.46.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 14046f5a55..69bbccd818 100644
--- a/meson.build
+++ b/meson.build
@@ -10,7 +10,7 @@ project(
'buildtype=debugoptimized',
'c_std=gnu11',
],
- meson_version: '>= 0.44.0',
+ meson_version: '>= 0.46.0',
)
nm_name = meson.project_name()