summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-05-11 14:15:32 +0200
committerThomas Haller <thaller@redhat.com>2023-05-15 11:38:58 +0200
commit01f36210c57b4d9c4dbf853ac85e0f6cd41ada50 (patch)
tree868d572d053af73fa7b102a948595cbe6abb5f10
parent33f7ee0bb7f92900b5f7f929e4feff6f6b872472 (diff)
downloadNetworkManager-01f36210c57b4d9c4dbf853ac85e0f6cd41ada50.tar.gz
build: don't mark nm-cloud-setup as EXPERIMENTAL in build script
-rw-r--r--configure.ac2
-rw-r--r--meson_options.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4858aacd5e..0796102828 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1085,7 +1085,7 @@ fi
AM_CONDITIONAL(BUILD_NMCLI, test "$build_nmcli" = yes)
AC_ARG_WITH(nm-cloud-setup,
- AS_HELP_STRING([--with-nm-cloud-setup=yes|no], [Build nm-cloud-setup, a tool for automatically configure networking in cloud (EXPERIMENTAL!)]))
+ AS_HELP_STRING([--with-nm-cloud-setup=yes|no], [Build nm-cloud-setup, a tool for automatically configuring networking in cloud]))
if test "$with_nm_cloud_setup" != no; then
PKG_CHECK_MODULES(LIBCURL, [libcurl >= 7.24.0], [have_libcurl=yes], [have_libcurl=no])
if test "$have_libcurl" != "yes"; then
diff --git a/meson_options.txt b/meson_options.txt
index 4e359f9e92..015f31f0a3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -39,7 +39,7 @@ option('teamdctl', type: 'boolean', value: false, description: 'enable Teamd con
option('ovs', type: 'boolean', value: true, description: 'enable Open vSwitch support')
option('nmcli', type: 'boolean', value: true, description: 'Build nmcli')
option('nmtui', type: 'boolean', value: true, description: 'Build nmtui')
-option('nm_cloud_setup', type: 'boolean', value: false, description: 'Build nm-cloud-setup, a tool for automatically configure networking in cloud (EXPERIMENTAL!)')
+option('nm_cloud_setup', type: 'boolean', value: false, description: 'Build nm-cloud-setup, a tool for automatically configuring networking in cloud')
option('bluez5_dun', type: 'boolean', value: false, description: 'enable Bluez5 DUN support')
option('ebpf', type: 'combo', choices: ['auto', 'true', 'false'], description: 'Enable eBPF support')