radeonsi: use ctx->i/f32 types more
[mesa.git] / meson.build
index b1bd73691ee6f8e7ab2f594baec6f39680dee9dc..5de64acefd6e94a239e5f4ca51dce16166732fa8 100644 (file)
@@ -19,7 +19,7 @@
 # SOFTWARE.
 
 project('mesa', ['c', 'cpp'], version : '17.3.0-devel', license : 'MIT',
-        default_options : ['c_std=c99'])
+        default_options : ['c_std=c99', 'cpp_std=c++11'])
 
 with_dri3 = true  # XXX: need a switch for this
 with_vulkan_icd_dir = get_option('vulkan-icd-dir')