configure.ac: remove no longer needed *_pci_id logic
authorEmil Velikov <emil.velikov@collabora.com>
Fri, 9 Sep 2016 14:42:31 +0000 (15:42 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 18 Oct 2016 16:06:35 +0000 (17:06 +0100)
commit3e079c3f86981dbfec81352a57dc9f2f1f01f115
tree78f6ba5f8c7e2fd0d38e21869972413b8de0eb89
parent47b5925d9bc5385b84fa4ccdeb35e424f98a306d
configure.ac: remove no longer needed *_pci_id logic

Previously it was used to differentiate between the different codepaths
in the loader. Although strictly speaking the (core) of the loader is
only used when a hardware device is available. The latter of which in
itself requires libdrm (one of the codepaths available).

That said, all the configure toggles which relate to enabling/using hw
device should attribute and require libdrm, so there's no need to keep
this code around.

With this gallium_require_drm_loader becomes an empty stub, so nuke that
one as well.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Axel Davy <axel.davy@ens.fr>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
configure.ac