From c6b5ff05ecf4072ab83d5618eb41937b0db489c8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 27 Oct 2024 14:08:47 +0100 Subject: Add systemd service --- meson.build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meson.build') 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 -- cgit v1.2.3