[gdm/wip/nielsdg/meson: 4/8] fixup! Add Meson support to GDM



commit 29cfa0927bf4e2cc277b9310bc3a9394b37a7763
Author: Ray Strode <rstrode redhat com>
Date:   Wed Apr 29 10:36:18 2020 -0400

    fixup! Add Meson support to GDM

 data/meson.build | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/data/meson.build b/data/meson.build
index d9a3d9b8..e7e3bb19 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -9,8 +9,20 @@ foreach file : [ 'Init', 'PreSession', 'PostSession' ]
     output: file,
     configuration: { 'X_PATH':  x_path },
   )
+
+  install_data(file,
+    install_dir: gdmconfdir / file,
+    install_mode: 'rwxr-xr-x',
+    rename: 'Default'
+  )
 endforeach
 
+install_data('PostLogin',
+  rename: 'Default',
+  install_mode: 'rwxr-xr-x',
+  install_dir: gdmconfdir / 'PostLogin',
+)
+
 # gdm.conf
 configure_file(
   input: 'gdm.conf.in',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]