panfrost: Move pan_tiler.c outside of Gallium
[mesa.git] / meson.build
index ea9dca71afc785abe42dac2a00ea285af5b532b2..bf61511d292075eafa75e2a44ae0d77e0096effe 100644 (file)
@@ -26,7 +26,7 @@ project(
   ).stdout(),
   license : 'MIT',
   meson_version : '>= 0.46',
-  default_options : ['buildtype=debugoptimized', 'b_ndebug=if-release', 'c_std=c99', 'cpp_std=c++11']
+  default_options : ['buildtype=debugoptimized', 'b_ndebug=if-release', 'c_std=c99', 'cpp_std=c++14']
 )
 
 cc = meson.get_compiler('c')