diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-10-27 14:08:47 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-10-27 14:08:47 +0100 |
commit | c6b5ff05ecf4072ab83d5618eb41937b0db489c8 (patch) | |
tree | 91c46f22a0c4fd4e8d338691d80992e7f559d643 /meson.build | |
parent | 80ff6582a95854712221bf4c84252584566ac041 (diff) |
Add systemd service
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 82b00ca..edd90b8 100644 --- a/meson.build +++ b/meson.build @@ -58,4 +58,8 @@ executable( ) install_subdir('images', install_dir : gsr_ui_resources_path) -install_subdir('fonts', install_dir : gsr_ui_resources_path)
\ No newline at end of file +install_subdir('fonts', install_dir : gsr_ui_resources_path) + +if get_option('systemd') == true + install_data(files('extra/gpu-screen-recorder-ui.service'), install_dir : 'lib/systemd/user') +endif
\ No newline at end of file |