mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-16 05:15:36 +00:00
31fa887f04
* meson_options.txt: Added option librem5-hack, defaults to true * src/meson.build: Added conditional define USE_UGLY_CODE which will be set when librem5-hack option is used * src/calls-call-display.c: ifdef'ed ugly_hacks call
15 lines
522 B
Meson
15 lines
522 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')
|
|
|
|
option('librem5-hack',
|
|
type: 'boolean', value: true,
|
|
description: 'Whether to use hacky code to support audio output switching (Speaker)')
|