From: Fred Morcos Date: Tue, 15 Aug 2023 13:11:39 +0000 (+0200) Subject: Meson: Minor cleanups of main auth build file X-Git-Tag: rec-5.1.0-alpha1~80^2~246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d38f2e9f3a45c765fcc050bda3d922538435299d;p=thirdparty%2Fpdns.git Meson: Minor cleanups of main auth build file --- diff --git a/meson.build b/meson.build index af43f70897..d96acae5da 100644 --- a/meson.build +++ b/meson.build @@ -163,11 +163,10 @@ foreach module_name, module_deps: all_modules endforeach conf.set_quoted('PDNS_MODULES', ' '.join(selected_modules), description: 'Built-in modules') -conf.set_quoted('PDNS_DYN_MODULES', ' '.join(selected_dyn_modules), description: 'Dynamically loadable modules that were built along with pdns') +conf.set_quoted('PDNS_DYN_MODULES', ' '.join(selected_dyn_modules), description: 'Dynamically loadable modules built along with pdns') -# Generate config.h ---------------------------------------------------------------------- +# Generate config.h config_h = configure_file(configuration: conf, output: 'config.h') -# summary('Defines', conf.keys(), section: 'Build Configuration') # TODO Meson 0.57 # Ext ext_modules = ['yahttp', 'ipcrypt', 'json11']