aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMroik <mroik@delayed.space>2026-01-24 02:29:04 +0100
committerdec05eba <dec05eba@protonmail.com>2026-01-25 03:08:15 +0100
commit933911bddeb072527041d8dca7af8086d56b5b86 (patch)
tree7f3d8b722eb8742d3ac188351676ae7fa26ab56b /meson.build
parent01d0df500ce82fcbc903a675287e90c2a92d593a (diff)
Install example scripts and add fix man example
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index e328793..9187acd 100644
--- a/meson.build
+++ b/meson.build
@@ -117,6 +117,7 @@ executable('gpu-screen-recorder', src, dependencies : dep, install : true)
install_headers('plugin/plugin.h', install_dir : 'include/gsr')
install_man('gpu-screen-recorder.1', 'gsr-kms-server.1')
+install_subdir('scripts', install_dir: 'share/gpu-screen-recorder')
if get_option('systemd') == true
install_data(files('extra/gpu-screen-recorder.service'), install_dir : 'lib/systemd/user')