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

@ -106,6 +106,13 @@ endif
cdata.set_quoted('GTK_PRINT_BACKENDS', ','.join(print_backends))
disabled_print_backends = []
foreach backend : all_print_backends
if not print_backends.contains(backend)
disabled_print_backends += [backend]
endif
endforeach
# Building
printbackends_args = [