]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
INSTALL, README: Simplify Meson vs. CMake recommendation
authorSimon McVittie <smcv@collabora.com>
Tue, 17 Dec 2024 12:42:36 +0000 (12:42 +0000)
committerSimon McVittie <smcv@collabora.com>
Tue, 17 Dec 2024 12:42:36 +0000 (12:42 +0000)
Now that 1.16.0 has been released and 1.15.x is EOL, it's misleading
to say that Meson is the recommended build system for Unix only on the
master branch: it's the recommended build system for Unix on the
dbus-1.16 branch, too.

This also avoids explicitly naming the master branch, which is likely
to get renamed to main.

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

diff --git a/INSTALL b/INSTALL
index cbcb19584990c10fb8372e17ea318053f4b2de92..64c2e968dd37c05d7b1cb3034b9c8738799774a9 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -5,9 +5,9 @@ Quick start
 ===========
 
 This branch of dbus can be built by using Meson or CMake.
-The Meson build system is the recommended build system for the master
-branch (versions >= 1.15.0), except when building on Windows, for which
-CMake is recommended (this recommendation might change to Meson in future).
+The Meson build system is the recommended build system since version 1.16.0,
+except when building on Windows, for which CMake is recommended (this
+recommendation might change to Meson in future).
 
 Meson only supports out-of-tree builds, and must be passed a directory to put
 built and generated sources into. We'll call that directory "build" here. It's
diff --git a/README b/README
index e004714043c5bcca6ca5ec1244bf704db7a95290..556b218d76f449e18add9a8ba783a94b5171f785 100644 (file)
--- a/README
+++ b/README
@@ -87,9 +87,9 @@ Configuration and installation
 ===
 
 This branch of dbus can be built by using Meson or CMake.
-The Meson build system is the recommended build system for the master
-branch (versions >= 1.15.0), except when building on Windows, for which
-CMake is recommended (this recommendation might change to Meson in future).
+The Meson build system is the recommended build system since version 1.16.0,
+except when building on Windows, for which CMake is recommended (this
+recommendation might change to Meson in future).
 
 Please see `INSTALL` for full details.