Update squeek2lvgl and fix further warnings

Relates to #18
This commit is contained in:
Johannes Marbach 2021-09-22 20:54:46 +02:00
parent 9276dd6187
commit b8d79037bf
4 changed files with 21 additions and 53 deletions

View file

@ -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']
]
)