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:
Marcin Ślusarz 2023-03-03 11:53:52 +01:00 committed by Marge Bot
parent 1d9cf8f381
commit 75ce0bfd85

View file

@ -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