From 7a39a0091d1371796152b840133b2ca247b12f20 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 29 Jun 2016 13:26:07 +0100 Subject: docs: recommend using --enable-mangling over the manual -DUSE... Signed-off-by: Emil Velikov Reviewed-by: Brian Paul --- docs/mangling.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'docs/mangling.html') diff --git a/docs/mangling.html b/docs/mangling.html index c96f2f29ae6..9d92b7d2ff5 100644 --- a/docs/mangling.html +++ b/docs/mangling.html @@ -2,7 +2,7 @@ - Function Name Mangling + GL Function Name Mangling @@ -14,7 +14,7 @@
-

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 ...
 
-- cgit v1.2.3