mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-07 23:00:25 +01:00
Meson: Require C++11
This commit is contained in:
parent
33173d9f1a
commit
dfd06ab388
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ project('cairo', 'c',
|
|||
meson_version: '>= 1.3.0',
|
||||
version: run_command(find_program('version.py'), check: true).stdout().strip(),
|
||||
default_options: ['c_std=gnu11,c11',
|
||||
'cpp_std=gnu++11,c++11',
|
||||
'warning_level=2'],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue