From: Christian König Date: Thu, 14 Mar 2013 11:37:02 +0000 (+0100) Subject: radeon/llvm: fix LLVM dependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce3aa0e775d1d527a44abe855dd40c43aeaad6e0;p=mesa.git radeon/llvm: fix LLVM dependencies Since commit 1c4f283151b191c51cbd76d7f304cc1fe7be3019 we obvious depend on this. Signed-off-by: Christian König --- diff --git a/configure.ac b/configure.ac index 4bbc7c59461..4b5b04576f8 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