2ef7b2
--- gnome-disk-utility-3.28.2/meson.build.c99	2018-05-08 08:43:29.000000000 +0200
2ef7b2
+++ gnome-disk-utility-3.28.2/meson.build	2018-05-24 00:08:49.773252035 +0200
2ef7b2
@@ -2,7 +2,10 @@
2ef7b2
   'gnome-disk-utility', 'c',
2ef7b2
   version: '3.28.2',
2ef7b2
   license: 'GPL2.0',
2ef7b2
-  default_options: 'buildtype=debugoptimized',
2ef7b2
+  default_options: [
2ef7b2
+    'buildtype=debugoptimized',
2ef7b2
+    'c_std=c99',
2ef7b2
+  ],
2ef7b2
   meson_version: '>= 0.43.0'
2ef7b2
 )
2ef7b2