Rest of the conversion to meson/ninja missed in the first push. Thanks again Claud for the assist.

This commit is contained in:
Storm Dragon
2025-08-11 13:27:22 -04:00
parent 8bcc85f82c
commit 02fa1e4356
7 changed files with 200 additions and 114 deletions

3
meson_options.txt Normal file
View File

@@ -0,0 +1,3 @@
option('help', type: 'boolean', value: true, description: 'Build help documentation')
option('plugin-system', type: 'boolean', value: true, description: 'Enable plugin system support')
option('d-bus-service', type: 'boolean', value: true, description: 'Enable D-Bus remote controller service')