From af4d4c6a4b94615e254b0730c86b6dc1b0bda69d Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Mon, 17 Apr 2023 22:04:08 +0200 Subject: meson: Forgot to suffix sysconfgdir and localstatedir with /stuff --- meson.build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meson.build') 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) -- cgit v1.2.3-70-g09d2