mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-21 05:33:55 -04:00
meson.build: Unify the indentation (replace all tabs)
This commit is contained in:
parent
7d37322906
commit
0d85c1652e
1 changed files with 7 additions and 7 deletions
14
meson.build
14
meson.build
|
|
@ -132,8 +132,8 @@ cage_sources = [
|
||||||
|
|
||||||
cage_headers = [
|
cage_headers = [
|
||||||
configure_file(input: 'config.h.in',
|
configure_file(input: 'config.h.in',
|
||||||
output: 'config.h',
|
output: 'config.h',
|
||||||
configuration: conf_data),
|
configuration: conf_data),
|
||||||
'idle_inhibit_v1.h',
|
'idle_inhibit_v1.h',
|
||||||
'output.h',
|
'output.h',
|
||||||
'render.h',
|
'render.h',
|
||||||
|
|
@ -164,10 +164,10 @@ executable(
|
||||||
)
|
)
|
||||||
|
|
||||||
summary = [
|
summary = [
|
||||||
'',
|
'',
|
||||||
'Cage @0@'.format(version),
|
'Cage @0@'.format(version),
|
||||||
'',
|
'',
|
||||||
' xwayland: @0@'.format(have_xwayland),
|
' xwayland: @0@'.format(have_xwayland),
|
||||||
''
|
''
|
||||||
]
|
]
|
||||||
message('\n'.join(summary))
|
message('\n'.join(summary))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue