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:
committed by
Marge Bot
parent
1e2639026f
commit
7a31567db3
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user