1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-28 16:09:29 +00:00
Purism-Calls/meson_options.txt

12 lines
368 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('wayland',
type: 'feature', value: 'enabled',
description: 'Whether to support Wayland lockscreen interaction')