diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-10 16:04:16 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-07-24 01:31:21 +0900 |
commit | ac09340e85a2117f13770893dc5c3ae45bb35519 (patch) | |
tree | cd9467b06234779c61d0f75d43e258d6df83f25d /README | |
parent | 08540a9591efe105439be81fc43d6dc65b715978 (diff) | |
download | systemd-ac09340e85a2117f13770893dc5c3ae45bb35519.tar.gz |
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.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |