]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: disable -Ddefault-network by default
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 8 Nov 2023 12:48:28 +0000 (21:48 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 8 Nov 2023 12:48:30 +0000 (21:48 +0900)
Follow-up for 9b7a624267fddc5c20bd15480e7a393d7a3b270e.

This may break existing setups. Let's disable it by default.

meson_options.txt

index e9283dc37e904490f19ffc096b2995f1730b8f29..83b48ff5bba49384538dc97abd55bb4b3d1116a8 100644 (file)
@@ -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')