mesa-turnip-kgsl icon indicating copy to clipboard operation
mesa-turnip-kgsl copied to clipboard

Vulkan

Open sandibabsel opened this issue 2 years ago • 5 comments

meson.build:573:2: ERROR: Dependency "vulkan" not found, tried pkgconfig and system

how to use source without vulkan?

sandibabsel avatar Mar 21 '22 10:03 sandibabsel

meson.build:573:2: ERROR: Dependency "vulkan" not found, tried pkgconfig and system

how to use source without vulkan?

apt update apt-get build-dep mesa

Saikatsaha1996 avatar Jul 18 '22 15:07 Saikatsaha1996

meson.build:573:2: ERROR: Dependency "vulkan" not found, tried pkgconfig and system

how to use source without vulkan?

apt-get build-dep mesa

Bro you forgot to tell him to edit /etc/apt/sources.list first by adding deb-src at first line. 💀

Mizumo-prjkt avatar Sep 06 '22 01:09 Mizumo-prjkt

meson.build:573:2: ERROR: Dependency "vulkan" not found, tried pkgconfig and system

how to use source without vulkan?

You solved this ?

3bdelrhman-rabie avatar Apr 07 '23 18:04 3bdelrhman-rabie

meson.build:573:2: ERROR: Dependency "vulkan" not found, tried pkgconfig and system how to use source without vulkan?

You solved this ?

If your build environment is linux distro you should follow this 2 steps one by one..

  1. https://github.com/Grima04/mesa-turnip-kgsl/issues/1#issuecomment-1237559996

  2. https://github.com/Grima04/mesa-turnip-kgsl/issues/1#issuecomment-1187653970

And if you building in termux Android

Just install pkg up;pkg upg pkg i x11-repo pkg i vulkan*

Saikatsaha1996 avatar Apr 07 '23 20:04 Saikatsaha1996

I think they're trying to do this on a proot session

Mizumo-prjkt avatar Apr 07 '23 21:04 Mizumo-prjkt