style: spaces -> tabs
This commit is contained in:
parent
7b3700e730
commit
0f81338bb6
11 changed files with 876 additions and 876 deletions
36
meson.build
36
meson.build
|
|
@ -1,9 +1,9 @@
|
|||
project('somebar', ['c', 'cpp'],
|
||||
version: '0.1.0',
|
||||
default_options: [
|
||||
'cpp_std=c++17',
|
||||
'cpp_args=-Wno-parentheses',
|
||||
])
|
||||
version: '0.1.0',
|
||||
default_options: [
|
||||
'cpp_std=c++17',
|
||||
'cpp_args=-Wno-parentheses',
|
||||
])
|
||||
|
||||
wayland_dep = dependency('wayland-client')
|
||||
wayland_cursor_dep = dependency('wayland-cursor')
|
||||
|
|
@ -14,16 +14,16 @@ pangocairo_dep = dependency('pangocairo')
|
|||
subdir('protocols')
|
||||
|
||||
executable('somebar',
|
||||
'src/main.cpp',
|
||||
'src/shm_buffer.cpp',
|
||||
'src/bar.cpp',
|
||||
wayland_sources,
|
||||
dependencies: [
|
||||
wayland_dep,
|
||||
wayland_cursor_dep,
|
||||
cairo_dep,
|
||||
pango_dep,
|
||||
pangocairo_dep,
|
||||
],
|
||||
install: true,
|
||||
cpp_args: '-DSOMEBAR_VERSION="@0@"'.format(meson.project_version()))
|
||||
'src/main.cpp',
|
||||
'src/shm_buffer.cpp',
|
||||
'src/bar.cpp',
|
||||
wayland_sources,
|
||||
dependencies: [
|
||||
wayland_dep,
|
||||
wayland_cursor_dep,
|
||||
cairo_dep,
|
||||
pango_dep,
|
||||
pangocairo_dep,
|
||||
],
|
||||
install: true,
|
||||
cpp_args: '-DSOMEBAR_VERSION="@0@"'.format(meson.project_version()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue