meson: inline inc_common
Let's make it clear what includes are being added everywhere, so that they can be cleaned up. Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4360>
This commit is contained in:
@@ -24,7 +24,7 @@ test(
|
||||
'fast_idiv_by_const_test',
|
||||
'fast_idiv_by_const_test.cpp',
|
||||
dependencies : [idep_gtest, idep_mesautil],
|
||||
include_directories : inc_common,
|
||||
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux],
|
||||
),
|
||||
suite : ['util'],
|
||||
timeout: 60,
|
||||
|
||||
@@ -25,7 +25,7 @@ test(
|
||||
'fast_urem_by_const_test',
|
||||
'fast_urem_by_const_test.cpp',
|
||||
dependencies : [idep_gtest, idep_mesautil],
|
||||
include_directories : inc_common,
|
||||
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux],
|
||||
),
|
||||
suite : ['util'],
|
||||
)
|
||||
|
||||
@@ -3,7 +3,7 @@ foreach t : ['srgb', 'u_format_test', 'u_format_compatible_test']
|
||||
executable(
|
||||
t,
|
||||
'@0@.c'.format(t),
|
||||
include_directories : inc_common,
|
||||
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux],
|
||||
dependencies : idep_mesautil,
|
||||
),
|
||||
suite : 'format',
|
||||
|
||||
@@ -24,7 +24,7 @@ test(
|
||||
'set_test',
|
||||
'set_test.cpp',
|
||||
dependencies : [dep_thread, dep_dl, idep_gtest, idep_mesautil],
|
||||
include_directories : inc_common,
|
||||
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux],
|
||||
),
|
||||
suite : ['util'],
|
||||
)
|
||||
|
||||
@@ -24,7 +24,7 @@ test(
|
||||
'multi_threaded',
|
||||
'multi_threaded.c',
|
||||
dependencies : [idep_mesautil],
|
||||
include_directories : inc_common,
|
||||
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux],
|
||||
),
|
||||
suite : ['util'],
|
||||
timeout: 60,
|
||||
|
||||
@@ -25,7 +25,7 @@ test(
|
||||
'string_buffer_test.cpp',
|
||||
cpp_args : [cpp_msvc_compat_args],
|
||||
dependencies : [idep_gtest, idep_mesautil],
|
||||
include_directories : inc_common,
|
||||
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux],
|
||||
),
|
||||
suite : ['util'],
|
||||
)
|
||||
|
||||
@@ -24,7 +24,7 @@ test(
|
||||
'timespec_test',
|
||||
'timespec_test.cpp',
|
||||
dependencies : [dep_thread, dep_dl, idep_gtest, idep_mesautil],
|
||||
include_directories : inc_common,
|
||||
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux],
|
||||
),
|
||||
suite : ['util'],
|
||||
)
|
||||
|
||||
@@ -24,7 +24,7 @@ test(
|
||||
'vector_test',
|
||||
'vector_test.cpp',
|
||||
dependencies : [idep_gtest, idep_mesautil],
|
||||
include_directories : inc_common,
|
||||
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux],
|
||||
),
|
||||
suite : ['util'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user