1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-30 15:49:31 +00:00
Purism-Calls/meson_options.txt

16 lines
522 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('wayland',
type: 'feature', value: 'enabled',
description: 'Whether to support Wayland lockscreen interaction')
option('librem5-hack',
type: 'boolean', value: true,
description: 'Whether to use hacky code to support audio output switching (Speaker)')