[gdm/fix-fallback-mode: 5/35] meson: Fix localedir summary
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm/fix-fallback-mode: 5/35] meson: Fix localedir summary
- Date: Mon, 6 Sep 2021 13:01:38 +0000 (UTC)
commit 33d21dc2f2568dbf5ee4c8eeab91b814faa3a1e5
Author: Matt Turner <mattst88 gmail com>
Date: Thu Apr 29 23:15:50 2021 -0400
meson: Fix localedir summary
In the commit mentioned below, the actual setting was fixed but the
summary was forgotten.
Fixes: 5d5bc0f4 ("meson: Fix location of locale directory")
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index e6fcf4b8b..0266a938e 100644
--- a/meson.build
+++ b/meson.build
@@ -295,7 +295,7 @@ summary({
'GDM Runtime config': gdm_runtime_conf,
'GDM Session default path': get_option('default-path'),
'GDM Working dir': working_dir,
- 'GNOME locale': gdm_prefix / get_option('datadir') / get_option('localedir'),
+ 'GNOME locale': gdm_prefix / get_option('localedir'),
'GNOME Settings Daemon': gnome_settings_daemon_dir,
'AT SPI registryd': at_spi_registryd_dir,
'Lang config file': lang_config_file,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]