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.
This commit is contained in:
Jan Vaclav 2026-04-28 11:59:30 +02:00
parent 9303996b44
commit 6712db352d

View file

@ -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