mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 16:48:07 +02:00
anv: fix missing meson dep
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Cc: mesa-stable Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/13627 Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36737>
This commit is contained in:
parent
9b418671cf
commit
a973fb1bb0
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ foreach _gfx_ver : ['90', '110', '120', '125', '200', '300']
|
|||
dep_libdrm, dep_valgrind, idep_nir_headers, idep_genxml,
|
||||
idep_vulkan_util_headers, idep_vulkan_wsi_headers,
|
||||
idep_vulkan_runtime_headers, idep_mesautil,
|
||||
idep_intel_driver_ds_headers,
|
||||
idep_intel_dev, idep_intel_driver_ds_headers,
|
||||
idep_intel_shaders, idep_intel_blorp,
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue