blob: 2580a5d74e13801b629f71f2776268926333b8a2 (
plain)
1
2
3
4
|
option('cookies', type: 'boolean', value: false, description: 'Support for DNS Cookies.')
option('client', type : 'boolean', value : true, description: 'kresc client binary')
option('daemon', type: 'boolean', value: true, description: 'kresd daemon binary')
option('modules_dir', type: 'string', description: 'path to kres modules directory')
|