i915g: Do not build winsys and binaries by default
authorJakob Bornecrantz <jakob@vmware.com>
Fri, 4 Dec 2009 16:01:41 +0000 (16:01 +0000)
committerJakob Bornecrantz <jakob@vmware.com>
Fri, 4 Dec 2009 16:01:41 +0000 (16:01 +0000)
commit8ac2503397c0618db9caec1c702622830e1268ff
tree552842f6178105df85b91b0ca617d60bd0a2ed71
parent6c41bb25a2e260dbce2c2d72ec64d1beb74527de
i915g: Do not build winsys and binaries by default

Using a hack in the configure script the gallium intel
drivers have 3 options. Off, nothing is built. On, the
driver and binaries are built. Auto, only the driver but
not the binaries and winsys is built.

Since the i915g driver builds everywhere its can enable
the driver per default, so we can get build coverage.
But building the binaries per default is a pain for
distributions and testers since they conflict on the
install target with the old mesa drivers. Which are more
stable/faster/better.

So this change gives us the best of both worlds.
configure.ac