diff options
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 |