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:
Michel Zou 2021-02-02 09:52:47 +01:00 committed by Marge Bot
parent f502bdf1ab
commit 6ccbb89207

View file

@ -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(