2018-08-26 12:55:13 -04:00
|
|
|
option('extensions_tool',
|
|
|
|
type: 'boolean',
|
|
|
|
value: true,
|
|
|
|
description: 'Build gnome-extensions CLI tool'
|
|
|
|
)
|
|
|
|
|
2019-11-30 21:01:02 -05:00
|
|
|
option('extensions_app',
|
|
|
|
type: 'boolean',
|
|
|
|
value: true,
|
|
|
|
description: 'Build gnome-extensions GUI application'
|
|
|
|
)
|
|
|
|
|
2017-11-25 01:10:26 -05:00
|
|
|
option('gtk_doc',
|
2017-05-24 20:16:27 -04:00
|
|
|
type: 'boolean',
|
|
|
|
value: false,
|
|
|
|
description: 'Build API reference'
|
|
|
|
)
|
|
|
|
|
2017-11-25 01:10:26 -05:00
|
|
|
option('man',
|
2017-05-24 20:16:27 -04:00
|
|
|
type: 'boolean',
|
|
|
|
value: true,
|
|
|
|
description: 'Generate man pages'
|
|
|
|
)
|
|
|
|
|
2021-09-05 18:57:33 -04:00
|
|
|
option('tests',
|
|
|
|
type: 'boolean',
|
|
|
|
value: true,
|
|
|
|
description: 'Enable tests'
|
|
|
|
)
|
|
|
|
|
2017-11-25 01:10:26 -05:00
|
|
|
option('networkmanager',
|
2017-11-25 01:15:39 -05:00
|
|
|
type: 'boolean',
|
|
|
|
value: true,
|
2017-05-24 20:16:27 -04:00
|
|
|
description: 'Enable NetworkManager support'
|
|
|
|
)
|
|
|
|
|
2017-11-25 01:10:26 -05:00
|
|
|
option('systemd',
|
2017-11-25 01:15:39 -05:00
|
|
|
type: 'boolean',
|
|
|
|
value: true,
|
2017-05-24 20:16:27 -04:00
|
|
|
description: 'Enable systemd integration'
|
|
|
|
)
|
2021-08-29 08:24:42 -04:00
|
|
|
|
|
|
|
option('soup2',
|
|
|
|
type: 'boolean',
|
|
|
|
value: true,
|
|
|
|
description: 'Use Soup 2.4 instead of Soup 3. Must be in sync with libgweather'
|
|
|
|
)
|