]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
NEWS: Update Dependencies section
authorSimon McVittie <smcv@collabora.com>
Tue, 26 Jul 2022 10:37:28 +0000 (11:37 +0100)
committerSimon McVittie <smcv@collabora.com>
Tue, 26 Jul 2022 10:37:28 +0000 (11:37 +0100)
dbus!332 increased the CMake dependency.

The Meson build system is new, but it seems reasonable to mention the
new (optional) dependencies at top level.

Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index 3aa7c3ada8748e36f367c7c46b315cf22490d766..d3174fc2913f31353e48934ab5e09f9d4712fdc9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ Dependencies:
   pre-C99 environments are currently still present, but we plan to
   remove them during this development cycle.
 
+• Building with CMake now requires CMake ≥ 3.4.
+
+• Building with Meson requires Meson ≥ 0.56 and Python ≥ 3.5.
+
 Feature removal:
 
 • Remove support for the obsolete pam_console and pam_foreground modules