mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
meson: Remove some unnecessary loops.
Signed-off-by: Georg Lehmann <dadschoorse@gmail.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11609>
This commit is contained in:
parent
6c89f09b7b
commit
a6f783948d
1 changed files with 3 additions and 9 deletions
12
meson.build
12
meson.build
|
|
@ -2142,15 +2142,9 @@ if with_perfetto
|
||||||
pre_args += '-DHAVE_PERFETTO'
|
pre_args += '-DHAVE_PERFETTO'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
foreach a : pre_args
|
add_project_arguments(pre_args, language : ['c', 'cpp'])
|
||||||
add_project_arguments(a, language : ['c', 'cpp'])
|
add_project_arguments(c_args, language : ['c'])
|
||||||
endforeach
|
add_project_arguments(cpp_args, language : ['cpp'])
|
||||||
foreach a : c_args
|
|
||||||
add_project_arguments(a, language : ['c'])
|
|
||||||
endforeach
|
|
||||||
foreach a : cpp_args
|
|
||||||
add_project_arguments(a, language : ['cpp'])
|
|
||||||
endforeach
|
|
||||||
|
|
||||||
gl_priv_reqs = []
|
gl_priv_reqs = []
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue