- Thread Starter
- #101
Build Instructions on FreeBSD
git clone https://gitlab.freedesktop.org/mesa/mesa
mkdir build && cd build
meson .. . -Degl=enabled -Dgles1=enabled -Dgles2=enabled -Ddri-drivers= -Dvulkan-drivers=
-Dgallium-drivers=panfrost,kmsro
git clone https://gitlab.freedesktop.org/mesa/mesa
mkdir build && cd build
meson .. . -Degl=enabled -Dgles1=enabled -Dgles2=enabled -Dvulkan-drivers= -Dgallium-drivers=panfrost
meson.build: ERROR: Dependency "libclc" not found, tried pkgconfig and cmake
Didn't you already post something from 'jsm' in Mailing List that said meson was broke on his drmsubstree?but those commands are wrong. These seem to be the correct ones,even if anyway,they don't work :
Didn't you already post something from 'jsm' in Mailing List that said meson was broke on his drmsubstree?
try this (will probably panic but maybe not)
kernel
drive.google.com
mkdir /boot/test
copy this kernel in /boot/test
at boot stop the loader with esc
unload all
load /boot/test/kernel
boot
when it panics or you reboot will default to your current (good) kernel
I tried to build the Panfrost userspace driver under FreeBSD following this tutorial :
where he says to do :
but those commands are wrong. These seem to be the correct ones,even if anyway,they don't work :
Code:git clone https://gitlab.freedesktop.org/mesa/mesa mkdir build && cd build meson .. . -Degl=enabled -Dgles1=enabled -Dgles2=enabled -Dvulkan-drivers= -Dgallium-drivers=panfrost
Error is :
Code:meson.build: ERROR: Dependency "libclc" not found, tried pkgconfig and cmake
I have installed the packages "libclc-llvm [from 15 to 19]-*,but the error persists.