mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 23:51:17 +00:00
6738962073
Closes #457
11 lines
344 B
Meson
11 lines
344 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')
|