[pango/pango2: 277/301] Use modern C++
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/pango2: 277/301] Use modern C++
- Date: Wed, 22 Jun 2022 15:53:43 +0000 (UTC)
commit b3a6fa6eb000f592649b78c908aaac4550e8ff4d
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jun 18 15:21:05 2022 -0700
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 0ebdc3461..92068d8cc 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')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]