summaryrefslogtreecommitdiff
path: root/units/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-12-16 01:51:22 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-12-16 01:55:20 +0900
commit987dd89c775815831ae21736fe60aef59cb7a6fa (patch)
tree8f6a2e27cc0df06e63d6bd504d288b242507d0b3 /units/meson.build
parent85e865082767c84ea689a74006947693f06b69af (diff)
downloadsystemd-987dd89c775815831ae21736fe60aef59cb7a6fa.tar.gz
meson: build network-generator unconditionally
The service also generates .link files for udevd.
Diffstat (limited to 'units/meson.build')
-rw-r--r--units/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/meson.build b/units/meson.build
index 903443a85d..a9bf28f6d9 100644
--- a/units/meson.build
+++ b/units/meson.build
@@ -217,7 +217,7 @@ in_units = [
'dbus-org.freedesktop.machine1.service'],
['systemd-modules-load.service', 'HAVE_KMOD',
'sysinit.target.wants/'],
- ['systemd-network-generator.service', 'ENABLE_NETWORKD'],
+ ['systemd-network-generator.service', ''],
['systemd-networkd.service', 'ENABLE_NETWORKD'],
['systemd-networkd-wait-online.service', 'ENABLE_NETWORKD'],
['systemd-nspawn@.service', ''],