Initial implementation of configurable GLESv2 drop shadows

This commit is contained in:
topisani 2019-06-15 11:10:24 +02:00
parent bdd4d69205
commit 678aee73e5
13 changed files with 453 additions and 5 deletions

View file

@ -6,3 +6,4 @@ option('xwayland', type: 'feature', value: 'auto', description: 'Enable support
option('tray', type: 'feature', value: 'auto', description: 'Enable support for swaybar tray')
option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats in swaybg')
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
option('shadows', type: 'feature', value: 'auto', description: 'Enable GLES2 drop shadow support')