These following `vulkan`-specific environment variables are necessary to build our branch of mesa successfully:
- export VK_ICD_FILENAMES=/home/$USER/opt/lsoc_mesa/share/vulkan/icd.\
- /libresoc_icd.x86_64.json
+ export VK_ICD_FILENAMES=/home/$USER/opt/lsoc_mesa/share/vulkan/icd./libresoc_icd.x86_64.json
export VK_LOADER_DEBUG=warn
export LIBRESOC_TRACE=1
branch.
Also note slight change in meson configure command
-meson -Dbuildtype=debug -Dprefix=/home/vivek/install
+meson -Dbuildtype=debug -Dprefix=/home/vivek/install \
-Dvulkan-drivers=libre-soc ..
instead of libresoc it is libre-soc for vulkan-drivers option.