mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-16 14:34:46 -06:00
7 lines
378 B
Meson
7 lines
378 B
Meson
# By default, library and modules (except interfaces) are built
|
|
|
|
option('daemon', type: 'boolean', value: 'true', description: 'Build daemon')
|
|
option('plugins', type: 'boolean', value: 'true', description: 'Build plugins')
|
|
option('library', type: 'boolean', value: 'true', description: 'Build library')
|
|
option('gui', type: 'boolean', value: 'true', description: 'Build Qt GUI')
|