mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-02-03 20:40:28 +01:00
meson.build: bump to use gnu11 over gnu99
static asserts require C11
This commit is contained in:
parent
661f7665d7
commit
36f1641125
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
project('libei', 'c',
|
||||
version: '1.0.0',
|
||||
license: 'MIT',
|
||||
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
|
||||
default_options: [ 'c_std=gnu11', 'warning_level=2' ],
|
||||
meson_version: '>= 0.56.0')
|
||||
|
||||
libei_version = meson.project_version().split('.')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue