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

This commit is contained in:
2025-07-22 13:20:16 -04:00
parent 84e8cdf083
commit efba74d9fe
2 changed files with 15 additions and 11 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 libconstants (fourdst_constants.pc)')