From c732e45a79fe03f78913a9a6f4d472774cea8013 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Wed, 24 Mar 2021 13:50:25 +0100 Subject: [PATCH] doc: update required meson version This change already took place in !1082, this just updates the files to correctly reflect the current situation. --- distro/deb/control | 2 +- doc/build.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/distro/deb/control b/distro/deb/control index 8c4432305..1fbc93c12 100644 --- a/distro/deb/control +++ b/distro/deb/control @@ -20,7 +20,7 @@ Build-Depends: libuv1-dev, luajit, pkg-config, - meson (>= 0.46), + meson (>= 0.49), doxygen, protobuf-c-compiler, python3-breathe, diff --git a/doc/build.rst b/doc/build.rst index 9e854505d..ce26d8c54 100644 --- a/doc/build.rst +++ b/doc/build.rst @@ -30,7 +30,7 @@ The following dependencies are needed to build and run Knot Resolver: :header: "Requirement", "Notes" "ninja", "*build only*" - "meson >= 0.46", "*build only* [#]_" + "meson >= 0.49", "*build only* [#]_" "C and C++ compiler", "*build only* [#]_" "`pkg-config`_", "*build only* [#]_" "libknot_ 2.9+", "Knot DNS libraries" @@ -64,7 +64,7 @@ Resolver: "`clang-tidy`_", "``lint-c``", "Syntax and static analysis checker for C." "luacov_", "``check-config``", "Code coverage analysis for Lua modules." -.. [#] If ``meson >= 0.46`` isn't available for your distro, check backports +.. [#] If ``meson >= 0.49`` isn't available for your distro, check backports repository or use python pip to install it. .. [#] Requires ``__attribute__((cleanup))`` and ``-MMD -MP`` for dependency file generation. We test GCC and Clang, and ICC is likely to work as well. -- 2.47.2