Skip to content
Snippets Groups Projects
Commit e9dff5bb authored by Faith Ekstrand's avatar Faith Ekstrand :speech_balloon:
Browse files

vk: Add an ICD declaration file

parent 39cd3783
No related branches found
Tags vulkan-protex-2015.09.24.r01
No related merge requests found
......@@ -2415,6 +2415,7 @@ 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])
......
{
"file_format_version": "1.0.0",
"ICD": {
"library_path": "@abs_top_builddir@/lib/libvulkan.so.0.0.0",
"abi_versions": "0.138.2"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment