From 220028051f1d29902cb43e6a484d57dc9c5d8e63 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 28 Dec 2019 12:13:33 +0100 Subject: [PATCH] chore: auto gtk-layer-shell option --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index f70e0ff..8d442c7 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -7,4 +7,4 @@ option('dbusmenu-gtk', type: 'feature', value: 'auto', description: 'Enable supp option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages') option('mpd', type: 'feature', value: 'auto', description: 'Enable support for the Music Player Daemon') option('out', type: 'string', value : '/', description: 'output prefix directory') -option('gtk-layer-shell', type: 'feature', value: 'disabled', description: 'Use gtk-layer-shell library for popups support') +option('gtk-layer-shell', type: 'feature', value: 'auto', description: 'Use gtk-layer-shell library for popups support')