From 7a6397d2b35b6c1c6f0b833366d0659f4df85322 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 15 May 2018 20:18:24 +0900 Subject: meson: use has_link_argument() and friends This bumps the minimum required version of meson to 0.46, as `has_link_argument()` and friends are supported since 0.46. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 25e1631c0f..6801d0dc2d 100644 --- a/README +++ b/README @@ -162,7 +162,7 @@ REQUIREMENTS: docbook-xsl (optional, required for documentation) xsltproc (optional, required for documentation) python-lxml (optional, required to build the indices) - python >= 3.5, meson >= 0.45, ninja + python >= 3.5, meson >= 0.46, ninja gcc, awk, sed, grep, m4, and similar tools During runtime, you need the following additional -- cgit v1.2.1