From ac09340e85a2117f13770893dc5c3ae45bb35519 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 10 May 2018 16:04:16 +0900 Subject: meson: use integer type in options This bumps the minimum required version of meson to 0.45 and python to 3.5, as integer type option is supported since meson-0.45 and meson-0.45 requires python-3.5. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 82f47a59ab..25e1631c0f 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.4, meson >= 0.44, ninja + python >= 3.5, meson >= 0.45, ninja gcc, awk, sed, grep, m4, and similar tools During runtime, you need the following additional -- cgit v1.2.3