mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
vk: Add an ICD declaration file
This commit is contained in:
parent
39cd3783a4
commit
e9dff5bb99
2 changed files with 9 additions and 0 deletions
|
|
@ -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])
|
||||
|
|
|
|||
8
src/vulkan/anv_icd.json.in
Normal file
8
src/vulkan/anv_icd.json.in
Normal 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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Reference in a new issue