From: Simon McVittie Date: Tue, 26 Jul 2022 10:37:28 +0000 (+0100) Subject: NEWS: Update Dependencies section X-Git-Tag: dbus-1.15.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72d0a79ebab73ce05f691cf536f0a57bb6ffd693;p=thirdparty%2Fdbus.git NEWS: Update Dependencies section 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 --- diff --git a/NEWS b/NEWS index 3aa7c3ada..d3174fc29 100644 --- 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