[Lunar-commits] <moonbase> mesa-lib: if none drivers selected assume build with no drivers
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Wed Jun 20 01:16:54 CEST 2012
commit f51ba137f132687b32f5618d506753a50271587d
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Wed Jun 20 01:16:54 2012 +0200
mesa-lib: if none drivers selected assume build with no drivers
---
xorg7/mesa-lib/BUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xorg7/mesa-lib/BUILD b/xorg7/mesa-lib/BUILD
index 5b861b6..515a938 100644
--- a/xorg7/mesa-lib/BUILD
+++ b/xorg7/mesa-lib/BUILD
@@ -43,7 +43,7 @@
else OPTS+=" --disable-gallium-llvm "
fi &&
- if ! module_installed llvm && [[ $GALLIUMDRIVER == *r[36]00* ]] || [[ $GALLIUMDRIVER == "" ]]; then
+ if ! module_installed llvm && [[ $GALLIUMDRIVER == *r[36]00* ]]; then
message "$PROBLEM_COLOR You have selected all GPU drivers or Radeon,"
message "but llvm module is NOT installed."
message "Install llvm module or do not choose all or Radeon drivers $DEFAULT_COLOR"
More information about the Lunar-commits
mailing list