mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
anv: add missing meson build dependency
Fixes: e4538b93f5 "anv: Implement VK_KHR_driver_properties"
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
b4eb029062
commit
2be1f9ceba
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ endif
|
|||
|
||||
libanv_common = static_library(
|
||||
'anv_common',
|
||||
[libanv_files, anv_entrypoints, anv_extensions_c, anv_extensions_h],
|
||||
[libanv_files, anv_entrypoints, anv_extensions_c, anv_extensions_h, sha1_h],
|
||||
include_directories : [
|
||||
inc_common, inc_intel, inc_compiler, inc_drm_uapi, inc_vulkan_util,
|
||||
inc_vulkan_wsi,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue