Browse Source

Don't checkout old commit of panfrost

SolidHal 4 years ago
parent
commit
a621a6cc5f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      scripts/InstallScripts/CompilePanfrost.sh

+ 0 - 1
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