mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
build everything by default
This commit is contained in:
parent
231a7b242d
commit
002c286811
@ -1,7 +1,7 @@
|
||||
# By default, library and modules (except interfaces) are built
|
||||
|
||||
option('daemon', type: 'boolean', value: 'false', description: 'Build daemon')
|
||||
option('daemon', type: 'boolean', value: 'true', description: 'Build daemon')
|
||||
option('plugins', type: 'boolean', value: 'true', description: 'Build plugins')
|
||||
option('interfaces', type: 'boolean', value: 'false', description: 'Build interfaces')
|
||||
option('interfaces', type: 'boolean', value: 'true', description: 'Build interfaces')
|
||||
option('library', type: 'boolean', value: 'true', description: 'Build library')
|
||||
option('gui', type: 'boolean', value: 'false', description: 'Build Qt GUI')
|
||||
option('gui', type: 'boolean', value: 'true', description: 'Build Qt GUI')
|
||||
|
Loading…
Reference in New Issue
Block a user