From 99f83f980b4807feeedc731a91007a97c80b4621 Mon Sep 17 00:00:00 2001 From: "colepoirier@1ec9c8c87c85f09e4718cd80e0605065e33975f0" Date: Tue, 8 Sep 2020 21:31:49 +0100 Subject: [PATCH] --- 3d_gpu/mesa.mdwn | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/3d_gpu/mesa.mdwn b/3d_gpu/mesa.mdwn index c5a7bd64a..234fec37f 100644 --- a/3d_gpu/mesa.mdwn +++ b/3d_gpu/mesa.mdwn @@ -74,8 +74,7 @@ In order for meson to be able to find the up-to-date `drm` files we have just bu 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 @@ -113,7 +112,7 @@ previously it was on master so it will cause me problems working on master 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. -- 2.30.2