From 0ebcd32e91486caccc041c8ca23e39e160b24702 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 24 Sep 2012 08:28:39 +0200 Subject: mesa pixman xserver git update 24 sep 2012 xserver: 7722bcbab2507d263c7685b15cccbfdd52fc3a24 pixman: c4b69e706e63e01fbc70e0026c2079007c89de14 mesa: c432c86e6aeebeb46c028af940224c59faa16e88 --- mesalib/docs/autoconf.html | 127 +++++++++++++++++++++++---------------------- 1 file changed, 65 insertions(+), 62 deletions(-) (limited to 'mesalib/docs/autoconf.html') diff --git a/mesalib/docs/autoconf.html b/mesalib/docs/autoconf.html index 0210bd1b2..a07a3ee14 100644 --- a/mesalib/docs/autoconf.html +++ b/mesalib/docs/autoconf.html @@ -24,7 +24,6 @@
  • DRI Driver Options
  • OSMesa Driver Options
  • -
  • Demo Program Options @@ -63,83 +62,107 @@ configuration run make realclean before rebuilding.

    Some of the generic autoconf options are used with Mesa: - -

    +directories.

    + +

    There are also a few general options for altering the Mesa build: -

    +architectures.

    + +

    2. Driver Options

    @@ -222,26 +245,6 @@ libraries that will be built. More details on the specific GL libraries can be found in the basic installation instructions. - -

    4. Demo Program Options

    - -

    -There are many demonstration programs in the MesaDemos tarball. If the -programs are available when ./configure is run, a subset of -the programs will be built depending on the driver and library options -chosen. See the directory progs for the full set of demos. - -

    -
    --with-demos=DEMOS,DEMOS,... -

    This option allows a -specific set of demo programs to be built. For example, ---with-demos="xdemos,slang". Beware that if this option is -used, it will not be ensured that the necessary GL libraries will be -available. -

    --without-demos

    This completely disables building the -demo programs. It is equivalent to --with-demos=no. -

    - -- cgit v1.2.3