From 78249a468cb63ecfb849c75acb6e6bc60cb1bcf5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 18 Jun 2022 15:21:05 -0700 Subject: Use modern C++ This is needed to build HarfBuzz as a subproject. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 0ebdc346..92068d8c 100644 --- a/meson.build +++ b/meson.build @@ -7,6 +7,7 @@ project('pango', 'c', 'cpp', # We only need c99, but glib needs GNU-specific features # https://github.com/mesonbuild/meson/issues/2289 'c_std=gnu99', + 'cpp_std=c++11', ], meson_version : '>= 0.55.3') -- cgit v1.2.1