diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-15 20:18:24 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-07-24 01:31:22 +0900 |
commit | 7a6397d2b35b6c1c6f0b833366d0659f4df85322 (patch) | |
tree | 13b5242735b6b47efcbf249a8fb17cd50a14c629 /README | |
parent | ac09340e85a2117f13770893dc5c3ae45bb35519 (diff) | |
download | systemd-7a6397d2b35b6c1c6f0b833366d0659f4df85322.tar.gz |
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.
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.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 |