mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 03:35:41 +02:00
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',
|
||||
'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('')
|
||||
|
|
Loading…
Add table
Reference in a new issue