diff options
author | Emil Velikov <[email protected]> | 2016-06-29 13:26:07 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-11-21 15:08:27 +0000 |
commit | 7a39a0091d1371796152b840133b2ca247b12f20 (patch) | |
tree | cc000d7fe4b8fc6e129e0486e3678714f83e0e9d /docs/mangling.html | |
parent | 0fa854aea5ff0a8fe7ed21fef8e9ae2551bae486 (diff) |
docs: recommend using --enable-mangling over the manual -DUSE...
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/mangling.html')
-rw-r--r-- | docs/mangling.html | 11 |
1 files changed, 5 insertions, 6 deletions
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 @@ <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>Function Name Mangling</title> + <title>GL Function Name Mangling</title> <link rel="stylesheet" type="text/css" href="mesa.css"> </head> <body> @@ -14,7 +14,7 @@ <iframe src="contents.html"></iframe> <div class="content"> -<h1>Function Name Mangling</h1> +<h1>GL Function Name Mangling</h1> <p> 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 </p> <p> -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. </p> <pre> -CFLAGS += -DUSE_MGL_NAMESPACE +<code>./configure --enable-mangling ...</code> </pre> </div> |