1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-28 14:55:26 +00:00

meson: Remove wayland option

Follow up to !364
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-07-13 04:20:26 +02:00
parent 9ebb738b0f
commit a0e203bf3a

View file

@ -5,7 +5,3 @@ option('gtk_doc',
option('tests', option('tests',
type: 'boolean', value: true, type: 'boolean', value: true,
description: 'Whether to compile unit tests') description: 'Whether to compile unit tests')
option('wayland',
type: 'feature', value: 'enabled',
description: 'Whether to support Wayland lockscreen interaction')