configure.ac: do not require the i965 driver for ANV
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 8 Mar 2017 23:46:06 +0000 (23:46 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 13 Mar 2017 11:16:35 +0000 (11:16 +0000)
commit9aebdb5d082ec640fe8a14704201952bddb50a88
tree9879b321ba2e3a74b372b29ca4547a549a5b0b87
parentee8044fd332cacff80e4afb949fe79e3733375d1
configure.ac: do not require the i965 driver for ANV

As of last few commits we have the two split, thus we no longer require
the i965 in order to have the ANV driver.

Even though ANV does not link against libdrm nor libdrm_intel, we still
require those as dependencies due to the headers they provide.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
configure.ac