From 6712db352db4e2eb38b32725a575a6fea70d67a0 Mon Sep 17 00:00:00 2001 From: Jan Vaclav Date: Tue, 28 Apr 2026 11:59:30 +0200 Subject: [PATCH] CONTRIBUTING: remove line about meson being recommended meson is no longer the "recommended" way, it's the only way we are able to build NM, so this line is misleading. --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d755ef74ea..b7424a0ceb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -221,8 +221,7 @@ you can look at [this](contrib/fedora/REQUIRED_PACKAGES) script and [here](contrib/debian/REQUIRED_PACKAGES) is a script for Debian/Ubuntu. -meson is the recommended way for building NetworkManager. You can configure -the build environment using the `meson setup` command: +You can configure the build environment using the `meson setup` command: ``` meson setup build/ $CONFIGURE_OPTIONS