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