aboutsummaryrefslogtreecommitdiff
path: root/support/xinit/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'support/xinit/meson.build')
-rw-r--r--support/xinit/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/support/xinit/meson.build b/support/xinit/meson.build
new file mode 100644
index 00000000..ba2b8cac
--- /dev/null
+++ b/support/xinit/meson.build
@@ -0,0 +1,6 @@
+xinit_bin = ['50-openrc-user.sh']
+xinit_dir = get_option('sysconfdir') / 'X11/xinit/xinitrc.d'
+
+install_data(xinit_bin,
+ install_dir : xinit_dir,
+ install_mode : 'rwxr-xr-x')