summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2018-03-12 16:23:52 +0100
committerRichard Hughes <richard@hughsie.com>2018-03-12 18:06:16 +0000
commitf919d587e853f4c4485272708a069eb175353421 (patch)
treed30cc3ab8e713631566d96de690a7cc252dc62a2
parentd0e6ee66d60cddbd2268cd968716459112f705e6 (diff)
downloadcolord-f919d587e853f4c4485272708a069eb175353421.tar.gz
build: Add data_dirs to po/meson.build
To point gettext to .its/.loc files.
-rw-r--r--po/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/po/meson.build b/po/meson.build
index 6b9a7bc..36a125b 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -2,5 +2,6 @@ i18n.gettext(meson.project_name(),
preset : 'glib',
args: [
'--default-domain=' + meson.project_name(),
- ]
+ ],
+ data_dirs: [join_paths(meson.source_root(), 'data/profiles')],
)