aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-05-11 18:09:53 +0200
committerThomas White <taw@physics.org>2019-05-16 15:15:49 +0200
commitab6446a031478e7adf1692d815c9ba21de7f5b73 (patch)
treecac5aa9440805be1de092d01a6f4b25baf2b73e4 /meson.build
parent0850bc3f474333b6588d4dad6519a42f31ed45ba (diff)
Add defines needed for gettext
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ff8d3fb1..b49e183e 100644
--- a/meson.build
+++ b/meson.build
@@ -62,6 +62,9 @@ add_project_arguments('-DPLUGINDIR="'+join_paths(get_option('prefix'),
'sylpheed',
'plugins')+'"',
language : 'c')
+add_project_arguments('-DLOCALEDIR="'+join_paths(get_option('prefix'),
+ get_option('localedir'))+'"',
+ language : 'c')
add_project_arguments('-DTARGET_ALIAS="xxxx"',
language : 'c')