1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-19 09:55:26 +00:00
Purism-Calls/meson_options.txt

20 lines
588 B
Meson
Raw Normal View History

option('gtk_doc',
type: 'boolean', value: false,
description: 'Whether to generate the API reference for Calls')
option('tests',
type: 'boolean', value: true,
description: 'Whether to compile unit tests')
option('manpages',
type: 'boolean', value: true,
description: 'Whether to generate man pages')
option('gst_debug',
type: 'boolean', value: true,
description: 'Whether to use gstreamers debugging API')
option('systemd_user_unit_dir',
type: 'string', value: '',
description: 'Directory for systemd user units')