forked from external/yambar
meson: print configuration result
This commit is contained in:
parent
8af8157a95
commit
8be1063d39
1 changed files with 7 additions and 0 deletions
|
@ -94,3 +94,10 @@ install_headers(
|
||||||
'tllist.h',
|
'tllist.h',
|
||||||
'yml.h',
|
'yml.h',
|
||||||
subdir: 'f00bar')
|
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('')
|
||||||
|
|
Loading…
Add table
Reference in a new issue