summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-18 15:21:05 -0700
committerMatthias Clasen <mclasen@redhat.com>2022-07-04 11:17:20 -0400
commit78249a468cb63ecfb849c75acb6e6bc60cb1bcf5 (patch)
tree06945b2489157886c6bbfb9fb79576aec8e639d9
parent1fab8a7bd96889899e48581096d77be46ac589a3 (diff)
downloadpango-78249a468cb63ecfb849c75acb6e6bc60cb1bcf5.tar.gz
Use modern C++
This is needed to build HarfBuzz as a subproject.
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
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')