intel: drop unused include directories
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4360> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4360>
This commit is contained in:
@@ -42,7 +42,7 @@ files_libintel_common = files(
|
||||
libintel_common = static_library(
|
||||
['intel_common', genX_xml_h],
|
||||
files_libintel_common,
|
||||
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux, inc_intel],
|
||||
include_directories : [inc_include, inc_src, inc_mesa, inc_gallium, inc_intel],
|
||||
c_args : [c_vis_args, no_override_init_args],
|
||||
link_with : [libisl],
|
||||
dependencies : [dep_expat, dep_libdrm, dep_thread, idep_genxml],
|
||||
@@ -70,7 +70,7 @@ if install_intel_gpu_tests
|
||||
cpp_vis_args, cpp_msvc_compat_args,
|
||||
'-DGEN_VERSIONx10=@0@'.format(g[0])
|
||||
],
|
||||
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux, inc_intel],
|
||||
include_directories : [inc_include, inc_src, inc_intel],
|
||||
link_with : [libintel_dev],
|
||||
dependencies : [dep_libdrm, idep_gtest, idep_genxml, idep_mesautil],
|
||||
install : install_intel_gpu_tests,
|
||||
@@ -97,7 +97,7 @@ if with_tests
|
||||
executable(
|
||||
'genxml_test',
|
||||
['tests/genxml_test.c', gentest_pack],
|
||||
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux, inc_intel],
|
||||
include_directories : [inc_include, inc_src, inc_intel],
|
||||
dependencies : idep_mesautil,
|
||||
link_with : libintel_common,
|
||||
c_args : [
|
||||
|
||||
Reference in New Issue
Block a user