Function Name Mangling
+GL Function Name Mangling
If you want to use both Mesa and another OpenGL library in the same @@ -25,12 +25,11 @@ This results in all the Mesa functions being prefixed with
-To do this, recompile Mesa with the compiler flag -DUSE_MGL_NAMESPACE. -Add the flag to CFLAGS in the configuration file which you want to use. -For example: +This option is supported only with the autoconf build. To use it add +--enable-mangling to your configure line.
-CFLAGS += -DUSE_MGL_NAMESPACE
+./configure --enable-mangling ...