]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Minor cleanups of main auth build file
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 15 Aug 2023 13:11:39 +0000 (15:11 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:37 +0000 (13:28 +0100)
meson.build

index af43f70897dfc903269ff1c08d85dbb82d2c4784..d96acae5dabcbf696b2a8e9cd255f401fcdc3b70 100644 (file)
@@ -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']