From a798460abcba6e3257bf83441dd2b5aa53491646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 31 Aug 2020 14:56:16 +0200 Subject: meson: Fix Xsession input file name --- data/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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'), -- cgit v1.2.1