mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
Merge pull request #29928 from yuwata/meson-default-network
meson: follow-ups for -Ddefault-network=
This commit is contained in:
commit
6f4e496685
@ -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')
|
||||
|
@ -22,7 +22,7 @@ if conf.get('ENABLE_NETWORKD') == 1
|
||||
foreach f : example_network_files
|
||||
install_data(
|
||||
f,
|
||||
rename : fs.replace_suffix(f, ''),
|
||||
rename : fs.replace_suffix(fs.name(f), ''),
|
||||
install_dir : networkdir)
|
||||
endforeach
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user