summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-05-11 14:20:23 +0200
committerThomas Haller <thaller@redhat.com>2023-05-11 14:20:23 +0200
commit1d9a2f4dc37cba1635d1b80fa83883365ef24e01 (patch)
tree9efa80e0b120988345a00cfea92f67a2a33b0d46
parentff22851bb5dc677537a22a10e9d9bdd03e718b10 (diff)
downloadNetworkManager-1d9a2f4dc37cba1635d1b80fa83883365ef24e01.tar.gz
build/meson: enable -Dnm_cloud_setup=true by default
That is also what autotools does. Keep the behvior in sync. Also, "contrib/scripts/nm-ci-run.sh" does not explicitly enable nm-cloud-setup, so we ended up not building it in test. This solves that, by enabling it by default.
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 83be6d1d00..e4005f1276 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')
+option('nm_cloud_setup', type: 'boolean', value: true, description: 'Build nm-cloud-setup, a tool for automatically configure 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')