mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
brw: drop dependency on libintel_common
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11136 Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29128>
This commit is contained in:
parent
36c043e2eb
commit
fd47f90d37
1 changed files with 2 additions and 8 deletions
|
|
@ -173,9 +173,7 @@ elif with_intel_clc
|
|||
'elk/elk_nir_options.h',
|
||||
'elk/elk_nir_options.c',
|
||||
],
|
||||
link_with : [
|
||||
libintel_common,libisl,
|
||||
],
|
||||
link_with : [libisl],
|
||||
include_directories : [inc_include, inc_src, inc_intel],
|
||||
c_args : [pre_args, no_override_init_args],
|
||||
link_args : [ld_args_build_id],
|
||||
|
|
@ -209,9 +207,7 @@ if with_tests
|
|||
),
|
||||
ir_expression_operation_h,
|
||||
include_directories : [inc_include, inc_src, inc_intel],
|
||||
link_with : [
|
||||
libintel_common, libisl
|
||||
],
|
||||
link_with : libisl,
|
||||
dependencies : [idep_gtest, idep_nir, idep_mesautil, idep_intel_dev,
|
||||
idep_intel_compiler_brw],
|
||||
),
|
||||
|
|
@ -255,7 +251,6 @@ brw_asm_tool = executable(
|
|||
dependencies : [idep_mesautil, dep_thread, idep_intel_dev,
|
||||
idep_intel_compiler_brw],
|
||||
include_directories : [inc_include, inc_src, inc_intel],
|
||||
link_with : [libintel_common],
|
||||
c_args : [no_override_init_args],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
install : true
|
||||
|
|
@ -291,7 +286,6 @@ brw_disasm_tool = executable(
|
|||
dependencies : [idep_mesautil, dep_thread, idep_intel_dev,
|
||||
idep_intel_compiler_brw],
|
||||
include_directories : [inc_include, inc_src, inc_intel],
|
||||
link_with : [libintel_common],
|
||||
c_args : [no_override_init_args],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
install : true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue