From 024c353596c6c180f9fa93d46e8997765e23dec9 Mon Sep 17 00:00:00 2001 From: Hengi Fettlich Date: Sun, 7 Apr 2019 20:44:13 +0200 Subject: [PATCH] added LLVM 9, newest version with Mesa 19 in padoka ppa --- cemutil.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/cemutil.sh b/cemutil.sh index 7156730..d15f95a 100755 --- a/cemutil.sh +++ b/cemutil.sh @@ -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