mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
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:
parent
edc06dd533
commit
6d5fa65c74
2 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue