meson: print c_cpp_args

Acked-by: Dylan Baker <dylan@pnwbakers.com>
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21539>
This commit is contained in:
David Heidelberg 2023-02-26 16:45:18 +01:00
parent 2d93ab795b
commit be2961de09

View File

@ -2095,6 +2095,13 @@ summary(
section: 'Directories'
)
summary(
{
'c_cpp_args': c_cpp_args,
},
section: 'Common C and C++ arguments'
)
summary(
{
'OpenGL': with_opengl,