Add systemd service

This commit is contained in:
dec05eba
2024-10-27 14:08:47 +01:00
parent 80ff6582a9
commit c6b5ff05ec
4 changed files with 20 additions and 1 deletions

View File

@@ -58,4 +58,8 @@ executable(
)
install_subdir('images', install_dir : gsr_ui_resources_path)
install_subdir('fonts', install_dir : gsr_ui_resources_path)
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