blob: 5ea74ff0ed8da4aaa79baeb6ed15c2e9f624d6a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
option('docs',
description: 'Build documentation',
type: 'boolean',
value: false)
option('man',
description: 'Build manpages',
type: 'boolean',
value: false)
option('gstreamer',
description: 'Build GStreamer plugins',
type: 'feature',
value: 'auto')
option('systemd',
description: 'Enable systemd integration',
type: 'boolean',
value: true)
|