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>
(cherry picked from commit a973fb1bb0)
This commit is contained in:
Lionel Landwerlin 2025-08-12 10:25:28 +03:00 committed by Eric Engestrom
parent f238af252d
commit ef3d8f3cd2
2 changed files with 2 additions and 2 deletions

View file

@ -154,7 +154,7 @@
"description": "anv: fix missing meson dep",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -135,7 +135,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_grl,
idep_intel_dev, idep_intel_driver_ds_headers, idep_grl,
idep_intel_shaders, idep_intel_blorp,
],
)