summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>2016-02-16 23:23:17 -0800
committerKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>2016-02-16 23:23:17 -0800
commitecc67f1aacffd848887a711511772fc3f175279b (patch)
tree624348c7e6b281f5a0a5de0e5a95a2c1fb32737b /configure.ac
parent4a2d17f60652f5a57a34d0b099dea95fcda2b362 (diff)
downloadexternal_mesa3d-ecc67f1aacffd848887a711511772fc3f175279b.zip
external_mesa3d-ecc67f1aacffd848887a711511772fc3f175279b.tar.gz
external_mesa3d-ecc67f1aacffd848887a711511772fc3f175279b.tar.bz2
anv: Make driver and icd file installable
Change the name of the .so to libvulkan_intel.so and add an installable icd with the installed paths. Keep the icd file with build-tree paths, but rename to dev_icd.json to make it clear that it's for development purposes.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index acfca57..71bec62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2541,7 +2541,6 @@ AC_CONFIG_FILES([Makefile
src/mesa/drivers/x11/Makefile
src/mesa/main/tests/Makefile
src/vulkan/Makefile
- src/vulkan/anv_icd.json
src/vulkan/tests/Makefile
src/util/Makefile
src/util/tests/hash_table/Makefile])