vk: Add an ICD declaration file
This commit is contained in:
@@ -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])
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user