Blame SOURCES/gnuc99-standard.patch

c857df
From 0511d5d926e3cf505d1e8318918c217f8cc1416d Mon Sep 17 00:00:00 2001
c857df
From: Christian Kellner <christian@kellner.me>
c857df
Date: Mon, 11 Jun 2018 17:56:27 +0200
c857df
Subject: [PATCH] meson: default to the gnuc99 c standard
c857df
c857df
---
c857df
 meson.build | 3 ++-
c857df
 1 file changed, 2 insertions(+), 1 deletion(-)
c857df
c857df
diff --git a/meson.build b/meson.build
c857df
index 84e04334c..0636d41b6 100644
c857df
--- a/meson.build
c857df
+++ b/meson.build
c857df
@@ -2,7 +2,8 @@ project(
c857df
   'gnome-control-center', 'c',
a86393
   version: '3.28.1',
c857df
   license: 'GPL2+',
c857df
-  meson_version: '>= 0.43.0'
c857df
+  meson_version: '>= 0.43.0',
c857df
+  default_options: ['c_std=gnu99']
c857df
 )
c857df
 
c857df
 control_center_prefix = get_option('prefix')
c857df
-- 
c857df
2.17.1
c857df