gen: Add EXT_vertex_attrib_64bit.xml to dependency lists

Which is also required to put it in the tarball, a requirement for
building with meson from the tarball.

CC: Ian Romanick <ian.d.romanick@intel.com>
CC: Marek Olšák <marek.olsak@amd.com>
Fixes: 263c962cfd
       ("mesa: expose EXT_vertex_attrib_64bit")
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
This commit is contained in:
Dylan Baker 2018-10-23 10:00:01 -07:00
parent edc06dd533
commit 6d5fa65c74
2 changed files with 2 additions and 0 deletions

View file

@ -205,6 +205,7 @@ API_XML = \
EXT_texture_array.xml \
EXT_texture_integer.xml \
EXT_transform_feedback.xml \
EXT_vertex_attrib_64bit.xml \
EXT_window_rectangles.xml \
GREMEDY_string_marker.xml \
INTEL_performance_query.xml \

View file

@ -112,6 +112,7 @@ api_xml_files = files(
'EXT_texture_array.xml',
'EXT_texture_integer.xml',
'EXT_transform_feedback.xml',
'EXT_vertex_attrib_64bit.xml',
'EXT_window_rectangles.xml',
'GREMEDY_string_marker.xml',
'INTEL_performance_query.xml',