OSDN Git Service

configure: enable the gallium loader only when needed
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 8 Sep 2014 22:52:46 +0000 (23:52 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 9 Sep 2014 18:45:10 +0000 (19:45 +0100)
commit44ec468e8033553c26a112cebba41c343db00eb1
tree86159188f3994277c99c1c567c623815fb237cd6
parent6dcd5ae725054a82e0fb827b20cc146f87ffd943
configure: enable the gallium loader only when needed

With the gallium megadrivers we've converted most ST to optionally
use either statically linked in or shared pipe-drivers.

The hardcoded switch forgot to conditionally enable the build of the
shared pipe-drivers which resulted in them being constantly build.

Cc: "10.3" <mesa-stable@lists.freedesktop.org>
Cc: James Ausmus <james.ausmus@intel.com>
Reported-by: James Ausmus <james.ausmus@intel.com>
Tested-by: James Ausmus <james.ausmus@intel.com>
Bugzilla: https://code.google.com/p/chromium/issues/detail?id=412089
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
configure.ac