summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 3d21b2b4bacb3435a36f684c926ca9acc50b658e (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: 'boolean',
       value: false)
option('systemd',
       description: 'Enable systemd integration',
       type: 'boolean',
       value: true)