aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-02-03 17:59:57 +0100
committerThomas White <taw@physics.org>2019-05-16 15:15:49 +0200
commit686c28129b600f4388bc4b808a1fa78dbfa3636d (patch)
tree5449e303866764099bae26aeb4abeeda83a7fe83
parent57deff472f027c29d9a59bb059248c76f84c8a34 (diff)
Add some defines
-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')