blob: 02b9319433b064d631331d670b52d1ab9a34d8e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
option('enable_docs',
description: 'Build documentation',
type: 'boolean',
value: false)
option('enable_man',
description: 'Build manpages',
type: 'boolean',
value: false)
option('enable_gstreamer',
description: 'Build GStreamer plugins',
type: 'boolean',
value: false)
|