meson: print disabled backends in the final build summary

It's easy to miss what's not getting build otherwise
This commit is contained in:
Christoph Reiter
2019-06-17 17:50:42 +00:00
committed by Matthias Clasen
parent 47da5607e1
commit 94555371f5
7 changed files with 28 additions and 4 deletions

View File

@ -1,3 +1,7 @@
if get_option('installed_tests')
error('installed tests haven\'t been ported to meson yet')
endif
subdir('gtk')
subdir('gdk')
subdir('css')