From a0e203bf3aab85a131d27166b2c8854848e13d1b Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Tue, 13 Jul 2021 04:20:26 +0200 Subject: [PATCH] meson: Remove wayland option Follow up to !364 --- meson_options.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index 03e955e..41f2046 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -5,7 +5,3 @@ option('gtk_doc', 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')