2 commits - meson.build
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed May 22 20:38:45 UTC 2024
meson.build | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit f3b3542456dcde4385781580eddfa573f46e292b
Merge: d25318865 b60f47dfd
Author: Adrian Johnson <ajohnson at redneon.com>
Date: Wed May 22 20:38:41 2024 +0000
Merge branch 'c11' into 'master'
Require C11
See merge request cairo/cairo!555
commit b60f47dfd5bbe98aec43f6c356ba3be9a1b7989e
Author: Adrian Johnson <ajohnson at redneon.com>
Date: Sun Apr 28 21:31:41 2024 +0930
Require C11
diff --git a/meson.build b/meson.build
index b2ab02b66..210ba3711 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,8 @@
project('cairo', 'c', 'cpp',
- meson_version: '>= 0.59.0',
+ meson_version: '>= 1.3.0',
version: run_command(find_program('version.py'), check: true).stdout().strip(),
- default_options: ['warning_level=2'],
+ default_options: ['c_std=gnu11,c11',
+ 'warning_level=2'],
)
freetype_required_version = '>= 9.7.3'
More information about the cairo-commit
mailing list