autoconf: Add support for osmesa-only builds
authorDan Nicholson <dbn.lists@gmail.com>
Thu, 6 Dec 2007 02:47:01 +0000 (18:47 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Fri, 7 Dec 2007 22:34:27 +0000 (14:34 -0800)
commit979ff5153d563e5c79c17142fedecc1b45858a2f
tree6a08ad308164389ff59fdb9703870b47202d8303
parent44d9914b29f1e27080756600b462d852d631d788
autoconf: Add support for osmesa-only builds

Added autoconf support for using OSMesa as the driver instead linking
it to libGL. This is enabled through --with-driver=osmesa.

To differentiate these cases, another option --enable-x11-osmesa is used
to enable or disable building OSMesa when the driver is x11.
configure.ac