mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 09:50:20 +01:00
meson: invalid keyword argument dependencies
Fixes: e4cc52c0 (vulkan: Add common extension tables)
Reviewed-by: Dylan Baker <dylan.c.baker@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8821>
This commit is contained in:
parent
f502bdf1ab
commit
6ccbb89207
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ vk_extensions = custom_target(
|
|||
prog_python, '@INPUT0@', '--xml', '@INPUT1@',
|
||||
'--out-c', '@OUTPUT0@', '--out-h', '@OUTPUT1@'
|
||||
],
|
||||
dependencies : ['vk_extensions.py'],
|
||||
depend_files : files('vk_extensions.py'),
|
||||
)
|
||||
|
||||
libvulkan_util = static_library(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue