From 686c28129b600f4388bc4b808a1fa78dbfa3636d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 3 Feb 2019 17:59:57 +0100 Subject: Add some defines --- meson.build | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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') -- cgit v1.2.3