meson: print configuration result

This commit is contained in:
Daniel Eklöf 2019-05-07 20:02:39 +02:00
parent 8af8157a95
commit 8be1063d39

View file

@ -94,3 +94,10 @@ install_headers(
'tllist.h',
'yml.h',
subdir: 'f00bar')
message('')
message('Build type: @0@'.format(get_option('buildtype')))
message('XCB backend: @0@'.format(backend_x11))
message('Wayland backend: @0@'.format(backend_wayland))
message('Core modules as plugins: @0@'.format(plugs_as_libs))
message('')