aco/meson: remove inc_gallium from include_directories

Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11258>
This commit is contained in:
Daniel Schürmann
2021-07-12 19:46:25 +02:00
committed by Marge Bot
parent 1e2639026f
commit 7a31567db3
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ _libaco = static_library(
'aco',
[libaco_files, aco_opcodes_c, aco_opcodes_h, aco_builder_h],
include_directories : [
inc_include, inc_src, inc_gallium, inc_compiler, inc_amd, inc_amd_common,
inc_include, inc_src, inc_compiler, inc_amd, inc_amd_common,
],
dependencies : [
dep_llvm, dep_thread, dep_valgrind, idep_nir_headers, idep_amdgfxregs_h, idep_mesautil,

View File

@@ -55,7 +55,7 @@ test(
'-DACO_TEST_PYTHON_BIN="@0@"'.format(prog_python.path())] +
cpp_args_aco,
include_directories : [
inc_include, inc_src, inc_gallium, inc_compiler, inc_mesa, inc_mapi, inc_amd, inc_amd_common, inc_amd_common_llvm,
inc_include, inc_src, inc_compiler, inc_mesa, inc_mapi, inc_amd, inc_amd_common, inc_amd_common_llvm,
],
link_with : [
libamd_common, libamd_common_llvm, libvulkan_radeon,