[gdm: 10/11] meson: Fix Xsession input file name




commit a798460abcba6e3257bf83441dd2b5aa53491646
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Mon Aug 31 14:56:16 2020 +0200

    meson: Fix Xsession input file name

 data/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index cf068599..05a20117 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -209,7 +209,7 @@ configure_file(
 # XSession
 if get_option('gdm-xsession')
   configure_file(
-    input: 'XSession.in',
+    input: 'Xsession.in',
     output: '@BASENAME@',
     configuration: {
       'libexecdir': gdm_prefix / get_option('libexecdir'),


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