mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
meson.build: gnu90 alias for gnu89 may not be supported
cc1: error: unrecognized command line option "-std=gnu90"
This commit is contained in:
parent
f612c1ef0c
commit
6a720eb582
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ executable('test-build-std-gnuc90',
|
|||
'test/build-pedantic.c',
|
||||
dependencies : [dep_udev],
|
||||
include_directories : [includes_src, includes_include],
|
||||
c_args : ['-std=gnu90', '-Werror'],
|
||||
c_args : ['-std=gnu89', '-Werror'],
|
||||
install : false)
|
||||
# test for linking with the minimal linker flags
|
||||
executable('test-build-linker',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue