mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 15:41:19 +00:00
8b56e817b6
gst_debug_bin_to_dot_data() can only be used if gstreamer has been compiled with debugging features enabled.
15 lines
465 B
Meson
15 lines
465 B
Meson
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')
|