[gdm/wip/nielsdg/meson: 6/9] fixup! Add experimental Meson support to GDM



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

    fixup! Add experimental 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..41bd8a66 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('org.gnome.login-screen.gschema.xml',
+    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]