summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Heidelberg <david.heidelberg@collabora.com>2023-02-26 16:45:18 +0100
committerDavid Heidelberg <david.heidelberg@collabora.com>2023-02-26 16:55:30 +0100
commitbe2961de09a0a1da329f97a79335fb77d71b8994 (patch)
treef1461897b56e2d3846063096bcd62d1c201f08da /meson.build
parent2d93ab795b02959859a42b57434c44919d5901db (diff)
downloadmesa-be2961de09a0a1da329f97a79335fb77d71b8994.tar.gz
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>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 76972866996..d0d63328fe2 100644
--- a/meson.build
+++ b/meson.build
@@ -2097,6 +2097,13 @@ summary(
summary(
{
+ 'c_cpp_args': c_cpp_args,
+ },
+ section: 'Common C and C++ arguments'
+)
+
+summary(
+ {
'OpenGL': with_opengl,
'ES1': with_gles1,
'ES2': with_gles2,