mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2024-11-22 08:16:25 -06:00
7 lines
391 B
Meson
7 lines
391 B
Meson
# By default, library and modules (except interfaces) are built
|
|
|
|
option('daemon', type: 'boolean', value: 'false', description: 'Build daemon')
|
|
option('plugins', type: 'boolean', value: 'true', description: 'Build plugins')
|
|
option('interfaces', type: 'boolean', value: 'false', description: 'Build interfaces')
|
|
option('library', type: 'boolean', value: 'true', description: 'Build library')
|