diff --git a/scripts/InstallScripts/CompilePanfrost.sh b/scripts/InstallScripts/CompilePanfrost.sh index a58756c..a7c684b 100755 --- a/scripts/InstallScripts/CompilePanfrost.sh +++ b/scripts/InstallScripts/CompilePanfrost.sh @@ -6,7 +6,6 @@ sudo apt -y install mesa-utils cd /tmp git clone https://gitlab.freedesktop.org/mesa/mesa -b master cd mesa -git checkout 6c4b97011b209fb9c034208b2b2f7e261feaf17c mkdir build cd build meson .. . -Dprefix=/usr -Ddri-drivers= -Dvulkan-drivers= -Dgallium-drivers=panfrost,kmsro,swrast -Dlibunwind=false