mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-06 09:40:22 +01:00
build: set c_std to c11
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
This commit is contained in:
parent
512c8a88ca
commit
40fcca248b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ project(
|
|||
version : '2.4.112',
|
||||
license : 'MIT',
|
||||
meson_version : '>= 0.53',
|
||||
default_options : ['buildtype=debugoptimized', 'c_std=c99'],
|
||||
default_options : ['buildtype=debugoptimized', 'c_std=c11'],
|
||||
)
|
||||
|
||||
pkg = import('pkgconfig')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue