diff options
author | Christian König <[email protected]> | 2013-03-14 12:37:02 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2013-03-14 12:38:54 +0100 |
commit | ce3aa0e775d1d527a44abe855dd40c43aeaad6e0 (patch) | |
tree | dec3d9ebe9fc768ed7bc3779d266585fd211dbff /configure.ac | |
parent | d78dcdf103271c539ff246651236e71f7a9c10fd (diff) |
radeon/llvm: fix LLVM dependencies
Since commit 1c4f283151b191c51cbd76d7f304cc1fe7be3019 we obvious depend on this.
Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |