~ubuntu-branches/ubuntu/precise/mesa/precise-updates

« back to all changes in this revision

Viewing changes to docs/autoconf.html

  • Committer: Package Import Robot
  • Author(s): Robert Hooker
  • Date: 2012-02-02 12:05:48 UTC
  • mfrom: (1.7.1) (3.3.27 sid)
  • Revision ID: package-import@ubuntu.com-20120202120548-nvkma85jq0h4coix
Tags: 8.0~rc2-0ubuntu4
Drop drisearchdir handling, it is no longer needed with multiarch
and dri-alternates being removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
<li><a href="#library">Library Options</a></li>
21
21
  <ul>
22
22
  <li><a href="#glu">GLU</a></li>
23
 
  <li><a href="#glw">GLw</a></li>
24
 
  <li><a href="#glut">GLUT</a></li>
25
23
  </ul>
26
24
<li><a href="#demos">Demo Program Options</a></li>
27
25
</ol>
246
244
on all drivers. This can be disable with the option
247
245
<code>--disable-glu</code>.
248
246
</li>
249
 
 
250
 
<a name="glw">
251
 
<li><b><em>GLw</em></b> - The libGLw library will be built by default
252
 
if libGLU has been enabled. This can be disable with the option
253
 
<code>--disable-glw</code>.
254
 
</li>
255
 
 
256
 
<a name="glut">
257
 
<li><b><em>GLUT</em></b> - The libglut library will be built by default
258
 
if libGLU has been enabled and the glut source code from the MesaGLUT
259
 
tarball is available. This can be disable with the option
260
 
<code>--disable-glut</code>.
261
 
</li>
262
247
</ul>
263
248
</p>
264
249