parent
9276dd6187
commit
b8d79037bf
4 changed files with 21 additions and 53 deletions
|
|
@ -19,9 +19,9 @@
|
|||
project(
|
||||
'unl0kr',
|
||||
'c',
|
||||
version : '0.0',
|
||||
default_options : ['warning_level=0'],
|
||||
meson_version : '>=0.53.0',
|
||||
version : '0.0.0',
|
||||
default_options : 'warning_level=1',
|
||||
meson_version : '>=0.53.0'
|
||||
)
|
||||
|
||||
unl0kr_sources = [
|
||||
|
|
@ -175,6 +175,5 @@ executable(
|
|||
dependencies : [
|
||||
dependency('xkbcommon'),
|
||||
dependency('libinput'),
|
||||
],
|
||||
c_args : ['-Wno-error=pedantic']
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue