aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build12
1 files changed, 12 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ce821a67..49261a39 100644
--- a/meson.build
+++ b/meson.build
@@ -42,6 +42,18 @@ add_project_arguments('-DFAQDIR="'+join_paths(get_option('prefix'),
'sylpheed',
'faq')+'"',
language : 'c')
+add_project_arguments('-DTHEMEDIR="'+join_paths(get_option('prefix'),
+ get_option('datadir'),
+ 'sylpheed',
+ 'icons')+'"',
+ language : 'c')
+add_project_arguments('-DPLUGINDIR="'+join_paths(get_option('prefix'),
+ get_option('libdir'),
+ 'sylpheed',
+ 'plugins')+'"',
+ language : 'c')
+add_project_arguments('-DTARGET_ALIAS="xxxx"',
+ language : 'c')
if openssl.found()
add_project_arguments('-DUSE_SSL', language : 'c')