diff options
author | Brian Paul <[email protected]> | 2009-01-20 15:25:14 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-01-22 15:18:56 -0700 |
commit | 5ca24eaf563e55269b3255e12e23a2a87dd47009 (patch) | |
tree | 216ea6c681ffed1695b493dae781fd28537c41c8 /src/mesa | |
parent | 515c118a7e6dfab39935cb4159824a715b45ed3a (diff) |
mesa: add ARB_framebuffer_object.xml to API_XML
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/glapi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/glapi/Makefile b/src/mesa/glapi/Makefile index adc53d92494..f524167a475 100644 --- a/src/mesa/glapi/Makefile +++ b/src/mesa/glapi/Makefile @@ -47,6 +47,7 @@ SERVER_OUTPUTS = \ API_XML = gl_API.xml \ EXT_framebuffer_object.xml \ + ARB_framebuffer_object.xml \ APPLE_vertex_array_object.xml COMMON = gl_XML.py glX_XML.py license.py $(API_XML) typeexpr.py |