23 lines
702 B
Diff
23 lines
702 B
Diff
|
commit f00ab2e655d442c2004cb9e3ba6cec1cfe812f9b
|
||
|
Author: Dinar Valeev <dvaleev@suse.com>
|
||
|
Date: Thu Mar 21 17:31:35 2013 +0100
|
||
|
|
||
|
fix #bfo56710 glapi_dispatch inclide
|
||
|
|
||
|
Reference: https://bugs.freedesktop.org/show_bug.cgi?id=56710
|
||
|
Patch by Matt Turner (mattst88 at gmail.com)
|
||
|
|
||
|
diff --git a/src/mapi/glapi/glapi_dispatch.c b/src/mapi/glapi/glapi_dispatch.c
|
||
|
index be65ebe..5a0897e 100644
|
||
|
--- a/src/mapi/glapi/glapi_dispatch.c
|
||
|
+++ b/src/mapi/glapi/glapi_dispatch.c
|
||
|
@@ -86,7 +86,7 @@
|
||
|
#ifdef GLX_INDIRECT_RENDERING
|
||
|
/* those link to libglapi.a should provide the entry points */
|
||
|
#define _GLAPI_SKIP_PROTO_ENTRY_POINTS
|
||
|
-#endif
|
||
|
#include "glapi/glapitemp.h"
|
||
|
+#endif
|
||
|
|
||
|
#endif /* USE_X86_ASM */
|