mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +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>
(cherry picked from commit a973fb1bb0)
This commit is contained in:
parent
8236b0fe2b
commit
baff5a8324
2 changed files with 2 additions and 2 deletions
|
|
@ -3394,7 +3394,7 @@
|
|||
"description": "anv: fix missing meson dep",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -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