-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmeson_options.txt
More file actions
21 lines (16 loc) · 1.65 KB
/
meson_options.txt
File metadata and controls
21 lines (16 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
option('plugindir', type: 'string', value: 'dino/plugins', description: 'Dino plugin directory, relative to libdir')
option('set-install-rpath', type: 'boolean', value: false, description: 'Set rpath of installed binaries to the configured libdir')
option('plugin-http-files', type: 'feature', value: 'enabled', description: 'HTTP file upload')
option('plugin-ice', type: 'feature', value: 'enabled', description: 'Peer-to-peer communication')
option('plugin-omemo', type: 'feature', value: 'enabled', description: 'End-to-end encryption using OMEMO')
option('plugin-openpgp', type: 'feature', value: 'enabled', description: 'End-to-end encryption using PGP')
option('plugin-rtp', type: 'feature', value: 'enabled', description: 'Voice/video calls')
option('plugin-notification-sound', type: 'feature', value: 'auto', description: 'Sound for chat notifications')
option('plugin-rtp-h264', type: 'feature', value: 'auto', description: 'H264 codec')
option('plugin-rtp-msdk', type: 'feature', value: 'disabled', description: 'Intel MediaSDK')
option('plugin-rtp-vaapi', type: 'feature', value: 'auto', description: 'Video Acceleration API')
option('plugin-rtp-v4l2', type: 'feature', value: 'disabled', description: 'V4L2 API (stateful)')
option('plugin-rtp-v4l2-sl', type: 'feature', value: 'auto', description: 'V4L2 API (stateless)')
option('plugin-rtp-webrtc-audio-processing', value: 'auto', type: 'feature', description: 'Voice preprocessing')
option('plugin-mqtt', type: 'feature', value: 'auto', description: 'MQTT IoT/Event integration')
option('location-sharing', type: 'feature', value: 'auto', description: 'Location sharing with map preview (XEP-0080, requires GeoClue2)')