[nautilus/compatibility-improvements: 3/5] meson: Request c11 when possible
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/compatibility-improvements: 3/5] meson: Request c11 when possible
- Date: Tue, 12 Jun 2018 09:16:04 +0000 (UTC)
commit b42ffe73a6e6bc0a62ccccd8ba64ce4c086ac836
Author: Carlos Soriano <csoriano gnome org>
Date: Sat Jun 9 17:53:27 2018 +0200
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.
meson.build | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index 897a2babb..784a6f714 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,5 @@
project('nautilus', 'c',
+ default_options: ['c_std=c11'],
version: '3.28.0',
meson_version: '>= 0.46.0',
license: 'GPL3+'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]