[gdm/wip/nielsdg/meson: 1/5] fixup! Add Meson support to GDM
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm/wip/nielsdg/meson: 1/5] fixup! Add Meson support to GDM
- Date: Wed, 29 Apr 2020 21:42:35 +0000 (UTC)
commit 9846ee356b933049509cc9a720082be73bca8d9b
Author: Ray Strode <rstrode redhat com>
Date: Wed Apr 29 10:36:18 2020 -0400
fixup! Add Meson support to GDM
data/meson.build | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index d9a3d9b8..d5492e93 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -4,13 +4,25 @@ subdir('dconf')
# XPath configs
foreach file : [ 'Init', 'PreSession', 'PostSession' ]
- configure_file(
+ generated_file = configure_file(
input: '@0@.in'.format(file),
output: file,
configuration: { 'X_PATH': x_path },
)
+
+ install_data(generated_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]