summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2023-05-02 16:56:04 -0500
committerMike Gorse <mgorse@suse.com>2023-05-03 17:12:40 -0500
commitf6d5fe5a442348c9631e0214048d2037834f4779 (patch)
tree3ee606b04011f8622dc73f97416e28650e2e169a /meson.build
parentcb3663787d9674ad0fafe20c0ae84ac7f354db82 (diff)
downloadat-spi2-core-f6d5fe5a442348c9631e0214048d2037834f4779.tar.gz
Replace ATK_LOCALEDIR with ATSPI_LOCALEDIR
This will allow the locale directory to be available outside of atk.
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'