mesa-turnip-kgsl
mesa-turnip-kgsl copied to clipboard
Vulkan
meson.build:573:2: ERROR: Dependency "vulkan" not found, tried pkgconfig and system
how to use source without vulkan?
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
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. 💀
meson.build:573:2: ERROR: Dependency "vulkan" not found, tried pkgconfig and system
how to use source without vulkan?
You solved this ?
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..
-
https://github.com/Grima04/mesa-turnip-kgsl/issues/1#issuecomment-1237559996
-
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*
I think they're trying to do this on a proot session