mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 23:10:11 +01:00
radeon/llvm: fix LLVM dependencies
Since commit 1c4f283151 we obvious depend on this.
Signed-off-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
d78dcdf103
commit
ce3aa0e775
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue