diff options
author | Michel Dänzer <[email protected]> | 2012-05-12 12:12:21 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2012-05-12 12:12:21 +0200 |
commit | 24bc382010cc1f2021a7ce8c62626b9e90ee30d0 (patch) | |
tree | 8f8b7b664624ee335e9836178fae65f708c5e06f /configure.ac | |
parent | 31a25dac98ea20ba853128f98987c6358d8e0598 (diff) |
radeonsi: Fixups for recent build infrastructure changes.
In particular for the pipe loader changes.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2d1265a7b63..e177846d78a 100644 --- a/configure.ac +++ b/configure.ac @@ -1980,6 +1980,8 @@ if test "x$with_gallium_drivers" != x; then gallium_check_st "radeon/drm" "dri-r600" "xorg-r600" "" "xvmc-r600" "vdpau-r600" "va-r600" ;; xradeonsi) + PKG_CHECK_MODULES([RADEON], [libdrm_radeon >= $LIBDRM_RADEON_REQUIRED]) + gallium_require_drm_loader GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS radeonsi" if test "x$LLVM_VERSION" != "x3.1"; then AC_MSG_ERROR([LLVM 3.1 is required to build the radeonsi driver.]) |