diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-11-08 13:48:28 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-11-08 13:48:30 +0100 |
commit | 35dbb8b0d69099f6cdf3ea8ce5f4c2817daf010f (patch) | |
tree | 59568fc55f05cda418e679b3f8ddf5aa12e5fd0f /meson_options.txt | |
parent | resolvectl: do not sort domain output (diff) | |
download | systemd-35dbb8b0d69099f6cdf3ea8ce5f4c2817daf010f.tar.xz systemd-35dbb8b0d69099f6cdf3ea8ce5f4c2817daf010f.zip |
meson: disable -Ddefault-network by default
Follow-up for 9b7a624267fddc5c20bd15480e7a393d7a3b270e.
This may break existing setups. Let's disable it by default.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index e9283dc37e..83b48ff5bb 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -130,7 +130,7 @@ option('homed', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : ' description : 'install the systemd-homed stack') option('networkd', type : 'boolean', description : 'install the systemd-networkd stack') -option('default-network', type : 'boolean', value : true, +option('default-network', type : 'boolean', value : false, description : 'install default .network files') option('timedated', type : 'boolean', description : 'install the systemd-timedated daemon') |