added LLVM 9, newest version with Mesa 19 in padoka ppa
This commit is contained in:
parent
c9f97d1c59
commit
024c353596
@ -47,11 +47,9 @@ function checkgfxver {
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! $(glxinfo | grep -q "LLVM 8"); then
|
||||
if ! $(glxinfo | grep -q "LLVM 7"); then
|
||||
echo "You must install Mesa built with at least LLVM 7"
|
||||
exit 1
|
||||
fi
|
||||
if ! $(glxinfo | grep -q -e "LLVM 9" -e "LLVM 8" -e "LLVM 7"); then
|
||||
echo "You must install Mesa built with at least LLVM 7"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! $(glxinfo | grep -q "4.5 (Compat"); then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user