summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2021-04-29 23:15:50 -0400
committerMatt Turner <mattst88@gmail.com>2021-04-29 23:15:50 -0400
commit0643d4119d43aa7fe9c20d242c297841706ec343 (patch)
tree5c96155bc2ade1e3fe376d5784dad384a8bd63e3 /meson.build
parentb9417e4c664203d38def7c8a93171895fcd2f159 (diff)
downloadgdm-0643d4119d43aa7fe9c20d242c297841706ec343.tar.gz
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")
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e6fcf4b8..0266a938 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,