diff options
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 846e0c5..c7e2068 100644 --- a/meson.build +++ b/meson.build @@ -36,9 +36,11 @@ fastcgi_dep = dependency('fcgi', version: '>= 2.4.2', required: false) conf_data.set10('HAVE_FASTCGI', fastcgipp_dep.found() and fastcgi_dep.found()) conf_data.set_quoted('SYSCONFDIR', join_paths(get_option('prefix'), - get_option('sysconfdir'))) + get_option('sysconfdir'), + 'stuff')) conf_data.set_quoted('LOCALSTATEDIR', join_paths(get_option('prefix'), - get_option('localstatedir'))) + get_option('localstatedir'), + 'stuff')) configure_file(output: 'config.h', configuration: conf_data) |
