Mesa (master): glapi: track GL_ARB_program_interface_query.xml

Emil Velikov evelikov at kemper.freedesktop.org
Tue May 19 12:27:31 UTC 2015


Module: Mesa
Branch: master
Commit: 0c9e0b7a6c79a32702140c91146c7267f1658cc4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c9e0b7a6c79a32702140c91146c7267f1658cc4

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Tue May 19 12:51:19 2015 +0100

glapi: track GL_ARB_program_interface_query.xml

Add the file to the API_XML list, otherwise there will be no knowledge
by the build that it should be included in the tarball.

Thus the (scons) build will fail.

Fixes: b297fc27aa9(glapi: add GL_ARB_program_interface_query skeleton)
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 src/mapi/glapi/gen/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mapi/glapi/gen/Makefile.am b/src/mapi/glapi/gen/Makefile.am
index 4d23f82..adebd5c 100644
--- a/src/mapi/glapi/gen/Makefile.am
+++ b/src/mapi/glapi/gen/Makefile.am
@@ -141,6 +141,7 @@ API_XML = \
 	ARB_map_buffer_range.xml \
 	ARB_multi_bind.xml \
 	ARB_pipeline_statistics_query.xml \
+	ARB_program_interface_query.xml \
 	ARB_robustness.xml \
 	ARB_sample_shading.xml \
 	ARB_sampler_objects.xml \




More information about the mesa-commit mailing list