build(meson.build): added option to disable pkg-config file generation

This commit is contained in:
2025-07-22 13:28:57 -04:00
parent 22980b5240
commit 362055bf05
2 changed files with 15 additions and 12 deletions

1
meson_options.txt Normal file
View File

@@ -0,0 +1 @@
option('pkg-config', type: 'boolean', value: true, description: 'generate pkg-config file for libconfig (fourdst_config.pc)')