meson: Request c11 when possible

So we make sure that systems that have this default to something older
like c89 like RHEL can build it properly.
This commit is contained in:
Carlos Soriano 2018-06-09 17:53:27 +02:00 committed by Carlos Soriano
parent 653691ca60
commit b42ffe73a6

View file

@ -1,4 +1,5 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
version: '3.28.0',
meson_version: '>= 0.46.0',
license: 'GPL3+'