automake: remove no longer needed HAVE_LOADER_GALLIUM conditional
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 17 Oct 2015 20:14:09 +0000 (21:14 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 21 Nov 2015 12:52:19 +0000 (12:52 +0000)
commit950e06a29bd664af0cb454fc2f35f8cc4153e7f1
tree5a5ffd6d182c1fbde2900fac4aecae348c1ba177
parentbe78f73b37caa5c9bc8dec9390d0c397bbff8729
automake: remove no longer needed HAVE_LOADER_GALLIUM conditional

As of last few commits we have a static and dynamic pipe-loader. Either
of which will be used with (almost) all targets..

We can look into allowing the user to select which way the targets are
built, be that 'static for all' or 'per target' in follow up commits.
After which we can look into building only the static or dynamic
version, although building both shouldn't cause any issues.

Hack/workaround alert:
Control the standalone pipe-drivers via HAVE_CLOVER. Will need to be
fixed as the targets are converted/configure knobs are in.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Rob Clark <robclark@freedesktop.org>
configure.ac
src/gallium/Makefile.am
src/gallium/auxiliary/Makefile.am