diff --git a/panda/src/mesadisplay/mesagsg.h b/panda/src/mesadisplay/mesagsg.h index 12f3bc1a0c..d7081b0df5 100644 --- a/panda/src/mesadisplay/mesagsg.h +++ b/panda/src/mesadisplay/mesagsg.h @@ -46,6 +46,11 @@ #undef HAVE_CGGL // Mesa does not support Nvidia Cg... make sure it tries to compile // without it + +// Don't include Mesa's provided glext.h file; we'll provide our own +// that's more current. +#define __glext_h_ + #include #include #include