summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Lachnit <stephanlachnit@debian.org>2022-07-25 17:37:32 +0200
committerStephan Lachnit <stephanlachnit@debian.org>2022-07-25 17:37:32 +0200
commit40fcca248b1f1e2d373e2b0c8cedfa94f19fe6c6 (patch)
tree05d6a5a894e11893fba1e4a4db563bbc75d6be42
parent512c8a88ca7a9263e4fabe5a8002219dc09f85f1 (diff)
downloaddrm-40fcca248b1f1e2d373e2b0c8cedfa94f19fe6c6.tar.gz
build: set c_std to c11
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 3e54b9cf..b3e164c0 100644
--- a/meson.build
+++ b/meson.build
@@ -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')