diff --git a/src/daemon/meson.build b/src/daemon/meson.build index 7aa3be95a..b47cd3fea 100644 --- a/src/daemon/meson.build +++ b/src/daemon/meson.build @@ -31,6 +31,6 @@ executable('pipewire', dependencies : [pipewire_dep], ) -if systemd.found() +if get_option('systemd') and systemd.found() subdir('systemd') endif