diff --git a/meson.build b/meson.build index 76972866996..d0d63328fe2 100644 --- a/meson.build +++ b/meson.build @@ -2095,6 +2095,13 @@ summary( section: 'Directories' ) +summary( + { + 'c_cpp_args': c_cpp_args, + }, + section: 'Common C and C++ arguments' +) + summary( { 'OpenGL': with_opengl,