configure: Add support for the Intel Vulkan driver
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 14 Apr 2016 20:04:22 +0000 (13:04 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 15 Apr 2016 20:29:29 +0000 (13:29 -0700)
commit1a100d4f2827cdfed67b563fba7ef2d9ea6a926b
tree8915b5e3280998f878056b41d75082436f7125c6
parentce7e82fb6f10c2c812d949cdeeecdbcfb2cbef44
configure: Add support for the Intel Vulkan driver

This adds a --with-vulkan-drivers option with one driver, "intel".  In the
future, we may add more drivers to this list.

v2: Don't enable any drivers by default.  This should prevent this patch
    from breaking anyone's build.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
configure.ac