mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 05:58:05 +02:00
meson: Indent util/meson.build with 2 space
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Dylan Baker <dylan.c.baker@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19526>
This commit is contained in:
parent
35a531fcd4
commit
4d1a293e73
1 changed files with 5 additions and 5 deletions
|
|
@ -259,11 +259,11 @@ u_unfilled_gen_c = custom_target(
|
|||
)
|
||||
|
||||
libmesa_util_sse41 = static_library(
|
||||
'mesa_util_sse41',
|
||||
files('streaming-load-memcpy.c'),
|
||||
c_args : [c_msvc_compat_args, sse41_args],
|
||||
include_directories : [inc_include, inc_src, inc_mesa],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
'mesa_util_sse41',
|
||||
files('streaming-load-memcpy.c'),
|
||||
c_args : [c_msvc_compat_args, sse41_args],
|
||||
include_directories : [inc_include, inc_src, inc_mesa],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
)
|
||||
|
||||
_libmesa_util = static_library(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue