Mesa (master): radeon/llvm: fix LLVM dependencies

Christian König deathsimple at kemper.freedesktop.org
Thu Mar 14 11:39:28 UTC 2013


Module: Mesa
Branch: master
Commit: ce3aa0e775d1d527a44abe855dd40c43aeaad6e0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce3aa0e775d1d527a44abe855dd40c43aeaad6e0

Author: Christian König <christian.koenig at amd.com>
Date:   Thu Mar 14 12:37:02 2013 +0100

radeon/llvm: fix LLVM dependencies

Since commit 1c4f283151b191c51cbd76d7f304cc1fe7be3019 we obvious depend on this.

Signed-off-by: Christian König <christian.koenig at amd.com>

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4bbc7c5..4b5b045 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1772,7 +1772,7 @@ radeon_llvm_check() {
                       configure flag])
     fi
     AC_MSG_WARN([Please ensure you use the latest llvm tree from git://people.freedesktop.org/~tstellar/llvm master before submitting a bug])
-    LLVM_COMPONENTS="${LLVM_COMPONENTS} r600"
+    LLVM_COMPONENTS="${LLVM_COMPONENTS} r600 bitreader"
 }
 
 dnl Gallium drivers




More information about the mesa-commit mailing list