vk: Add an ICD declaration file

This commit is contained in:
Jason Ekstrand 2015-09-24 11:47:19 -07:00
parent 39cd3783a4
commit e9dff5bb99
2 changed files with 9 additions and 0 deletions

View file

@ -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])

View file

@ -0,0 +1,8 @@
{
"file_format_version": "1.0.0",
"ICD": {
"library_path": "@abs_top_builddir@/lib/libvulkan.so.0.0.0",
"abi_versions": "0.138.2"
}
}