added LLVM 9, newest version with Mesa 19 in padoka ppa

This commit is contained in:
Hengi Fettlich 2019-04-07 20:44:13 +02:00
parent c9f97d1c59
commit 024c353596

View File

@ -47,11 +47,9 @@ function checkgfxver {
exit 1 exit 1
fi fi
if ! $(glxinfo | grep -q "LLVM 8"); then if ! $(glxinfo | grep -q -e "LLVM 9" -e "LLVM 8" -e "LLVM 7"); then
if ! $(glxinfo | grep -q "LLVM 7"); then echo "You must install Mesa built with at least LLVM 7"
echo "You must install Mesa built with at least LLVM 7" exit 1
exit 1
fi
fi fi
if ! $(glxinfo | grep -q "4.5 (Compat"); then if ! $(glxinfo | grep -q "4.5 (Compat"); then