diff options
author | Kristian Høgsberg Kristensen <[email protected]> | 2016-02-16 23:23:17 -0800 |
---|---|---|
committer | Kristian Høgsberg Kristensen <[email protected]> | 2016-02-16 23:23:17 -0800 |
commit | ecc67f1aacffd848887a711511772fc3f175279b (patch) | |
tree | 624348c7e6b281f5a0a5de0e5a95a2c1fb32737b /configure.ac | |
parent | 4a2d17f60652f5a57a34d0b099dea95fcda2b362 (diff) |
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.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index acfca57a400..71bec624121 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]) |