]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: update required meson version
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 24 Mar 2021 12:50:25 +0000 (13:50 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 31 Mar 2021 14:11:25 +0000 (16:11 +0200)
This change already took place in !1082, this just updates the files to
correctly reflect the current situation.

distro/deb/control
doc/build.rst

index 8c4432305c6c5bdc81b8bb3e43bafae478b1b8c6..1fbc93c12f6fde87062757b7342323fff612493e 100644 (file)
@@ -20,7 +20,7 @@ Build-Depends:
  libuv1-dev,
  luajit,
  pkg-config,
- meson (>= 0.46),
+ meson (>= 0.49),
  doxygen,
  protobuf-c-compiler,
  python3-breathe,
index 9e854505d5b1614423a5fefc2e342021c9774a56..ce26d8c54991e054f9e688cfdcb7326968d63054 100644 (file)
@@ -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.