radeon_llvm_check was never called in the no-opencl case, which broke the llvm module list (amdgpuinfo was not included). As --enable-opencl always requires --enable-llvm, the test can be easily fixed.
Signed-off-by: Marc Dietrich <marvi...@gmx.de> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 890a37999c..a3d1a00bdd 100644 --- a/configure.ac +++ b/configure.ac @@ -2297,7 +2297,7 @@ if test -n "$with_gallium_drivers"; then HAVE_GALLIUM_R600=yes PKG_CHECK_MODULES([RADEON], [libdrm >= $LIBDRM_RADEON_REQUIRED libdrm_radeon >= $LIBDRM_RADEON_REQUIRED]) require_libdrm "r600" - if test "x$enable_opencl" = xyes; then + if test "x$enable_llvm" = xyes; then radeon_llvm_check $LLVM_REQUIRED_R600 "r600" llvm_add_component "asmparser" "r600" -- 2.11.1 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev