targets/dri-ilo: make the driver installable
authorChia-I Wu <olvaffe@gmail.com>
Sat, 15 Mar 2014 15:18:35 +0000 (23:18 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Sun, 16 Mar 2014 05:26:22 +0000 (13:26 +0800)
commit361902ec04ee54a51f73cd6129d59a6fd7160097
tree19e912adc0885758060ffa129c5b1a43886c21ad
parent2e361160ffff036fa65f6ca8ee2490b3b193ff3d
targets/dri-ilo: make the driver installable

install-gallium-links.mk fails to create the compat link for ilo_dri.so
because it looks for dri_LTLIBRARIES instead of noinst_LTLIBRARIES.  Fix this
by switching to dri_LTLIBRARIES (and make the driver installable).

Since pci_id_driver_map.h and the DDX both tell libGL.so to look for "i965",
ilo_dri.so will never be loaded even enabled and installed.  The change should
not create any more confusion.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/targets/dri-ilo/Makefile.am