mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
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:
parent
2d93ab795b
commit
be2961de09
1 changed files with 7 additions and 0 deletions
|
|
@ -2095,6 +2095,13 @@ summary(
|
|||
section: 'Directories'
|
||||
)
|
||||
|
||||
summary(
|
||||
{
|
||||
'c_cpp_args': c_cpp_args,
|
||||
},
|
||||
section: 'Common C and C++ arguments'
|
||||
)
|
||||
|
||||
summary(
|
||||
{
|
||||
'OpenGL': with_opengl,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue