mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
ugly hack to workaround glext.h errors
This commit is contained in:
parent
d0ec0c2c43
commit
941f52ad0d
@ -46,6 +46,11 @@
|
|||||||
|
|
||||||
#undef HAVE_CGGL // Mesa does not support Nvidia Cg... make sure it tries to compile
|
#undef HAVE_CGGL // Mesa does not support Nvidia Cg... make sure it tries to compile
|
||||||
// without it
|
// without it
|
||||||
|
|
||||||
|
// Don't include Mesa's provided glext.h file; we'll provide our own
|
||||||
|
// that's more current.
|
||||||
|
#define __glext_h_
|
||||||
|
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
#include <GL/glu.h>
|
#include <GL/glu.h>
|
||||||
#include <GL/osmesa.h>
|
#include <GL/osmesa.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user