diff options
Diffstat (limited to 'src/daemon/systemd/meson.build')
-rw-r--r-- | src/daemon/systemd/meson.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/daemon/systemd/meson.build b/src/daemon/systemd/meson.build new file mode 100644 index 0000000..482a44c --- /dev/null +++ b/src/daemon/systemd/meson.build @@ -0,0 +1,6 @@ +if get_option('systemd-system-service').allowed() + subdir('system') +endif +if get_option('systemd-user-service').allowed() + subdir('user') +endif |