vk/util: remove unneeded array index
[mesa.git] / src / vulkan / util / meson.build
index 1e15fcb8dda6aea57dd2994441ff6199005af137..ca292bbf7d6c2edd7a50423f95c1b5a04bbceb97 100644 (file)
@@ -28,7 +28,7 @@ files_vulkan_util = files(
 
 vk_enum_to_str = custom_target(
   'vk_enum_to_str',
-  input : ['gen_enum_to_str.py', vk_api_xml[0]],
+  input : ['gen_enum_to_str.py', vk_api_xml],
   output : ['vk_enum_to_str.c', 'vk_enum_to_str.h'],
   command : [
     prog_python, '@INPUT0@', '--xml', '@INPUT1@', '--outdir',