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

This commit is contained in:
2025-07-22 13:23:09 -04:00
parent 2299a49004
commit 03bbaf1a9e
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 liblogging (fourdst_liblogging.pc)')