mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
glapi/glx: Generate dispatch.h so that the xserver can use it
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
2e16875873
commit
af50f3bf44
1 changed files with 4 additions and 0 deletions
|
|
@ -92,7 +92,11 @@ class PrintRemapTable(gl_XML.gl_print_base):
|
|||
* named function in the specified dispatch table.
|
||||
*/
|
||||
|
||||
/* GLXEXT is defined when building the GLX extension in the xserver.
|
||||
*/
|
||||
#if !defined(GLXEXT)
|
||||
#include "main/mfeatures.h"
|
||||
#endif
|
||||
"""
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue