summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 84d872d7..bd5b8878 100644
--- a/meson.build
+++ b/meson.build
@@ -119,6 +119,8 @@ else
systemd_user_dir = join_paths(get_option('prefix'), 'lib/systemd/user')
endif
+at_spi_conf.set_quoted('ATSPI_LOCALEDIR', join_paths(atspi_datadir, 'locale'))
+
# Dependencies
libdbus_req_version = '>= 1.5'
glib_req_version = '>= 2.67.4'