deps: meson dependencies for gtk-layer-shell feature

This commit is contained in:
Aleksei Bavshin
2019-08-17 18:12:20 -07:00
parent d1637d34cf
commit 0e87b3938a
3 changed files with 15 additions and 1 deletions

View File

@ -7,3 +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')