forked from AravisProject/aravis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meson_options.txt
24 lines (16 loc) · 1.29 KB
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Features
option('viewer', type: 'feature', value: 'auto', description : 'Build simple viewer')
option('gst-plugin', type: 'feature', value: 'auto', description : 'Build GStreamer plugin')
option('usb', type: 'feature', value: 'auto', description : 'Enable USB support')
option('packet-socket', type: 'feature', value: 'auto', description : 'Enable packet socket support')
option('tests', type: 'boolean', value: true, description: 'Build tests')
option('fast-heartbeat', type: 'boolean', value: false, description: 'Enable faster heartbeat rate')
# Experimental/incomplete features
option('gentl-producer', type: 'boolean', value: 'false', description : 'Enable experimental GenTL producer')
option('event', type: 'boolean', value: 'false', description: 'Enable experimental event support')
option('v4l2', type: 'feature', value: 'disabled', description : 'Enable experimental V4L2 support')
# Parameters
option('gv-n-buffers', type: 'integer', min: 1, value: 16, description: 'Number of buffers used to receive GVSP packets')
# Documentation and introspection
option('introspection', type: 'feature', value: 'auto', description: 'Build introspection data (requires gobject-introspection)')
option('documentation', type: 'feature', value: 'disabled', description: 'Build documentation (requires gi-docgen)')