meson: Don't target gnu89 as the c_std

Meson propagates c_std to all subprojects, including those that
require gnu99 or c11, etc.

https://github.com/mesonbuild/meson/issues/1889
This commit is contained in:
Nirbheek Chauhan
2018-12-01 03:04:16 +05:30
committed by Christoph Reiter
parent d9000a0740
commit a8ffb42739

View File

@@ -2,7 +2,6 @@ project('gtk+-3.0', 'c',
version: '3.24.1',
default_options: [
'buildtype=debugoptimized',
'c_std=gnu89',
'warning_level=1'
],
meson_version : '>= 0.48.0',