packaging
This commit is contained in:
parent
b30a695ffc
commit
4736b8a462
6 changed files with 102 additions and 32 deletions
|
|
@ -1,5 +1,9 @@
|
|||
project('somebar', ['c', 'cpp'],
|
||||
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')
|
||||
|
|
@ -20,4 +24,5 @@ executable('somebar',
|
|||
cairo_dep,
|
||||
pango_dep,
|
||||
pangocairo_dep,
|
||||
])
|
||||
],
|
||||
cpp_args: '-DSOMEBAR_VERSION="@0@"'.format(meson.project_version()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue