mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 22:20:09 +01:00
crocus/meson: add back dependency on libintel_dev
Fixes: a0fa31bcdd ("intel/dev: create a helper dependency for libintel_dev")
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21679>
This commit is contained in:
parent
1d9cf8f381
commit
75ce0bfd85
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ libcrocus = static_library(
|
|||
c_args : [sse2_args],
|
||||
cpp_args : [sse2_args],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
dependencies : [dep_libdrm, dep_valgrind, idep_genxml, idep_libintel_common, idep_nir_headers,],
|
||||
dependencies : [dep_libdrm, dep_valgrind, idep_genxml, idep_libintel_common, idep_nir_headers, idep_intel_dev],
|
||||
link_with : [
|
||||
crocus_per_hw_ver_libs, libintel_compiler, libisl,
|
||||
libblorp, libintel_perf
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue