configure.ac: add option --with-gallium-drivers=DIRS
authorMarek Olšák <maraeo@gmail.com>
Tue, 14 Jun 2011 05:46:59 +0000 (07:46 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sun, 19 Jun 2011 19:15:48 +0000 (21:15 +0200)
commit58b6a19ea4a48abe6307cca74b4d24752a0aeb57
tree496ed43a52ed99f46c3147e509e46969f2b393de
parent440d71db7853fa81821b36a99e360fb72dbdccab
configure.ac: add option --with-gallium-drivers=DIRS

This removes all the --enable-gallium-$driver options and --disable-gallium.

Gallium can be disabled by --with-gallium-drivers= (without parameters).

Default is:
--with-gallium-drivers=r300,swrast

Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
configure.ac