[Mesa-dev] [PATCH v4 09/18] configure.ac: Use short names for r600 und r300

Tobias Droste tdroste at gmx.de
Sun Oct 16 00:20:46 UTC 2016


There are no non gallium r300 and r600 drivers anymore.
No need to explicilty mention gallium here.
Just cosmetics, no functional change.

Signed-off-by: Tobias Droste <tdroste at gmx.de>
---
 configure.ac | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index e1fa7c2..6a8102b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2508,17 +2508,17 @@ if test -n "$with_gallium_drivers"; then
         xr300)
             HAVE_GALLIUM_R300=yes
             PKG_CHECK_MODULES([RADEON], [libdrm_radeon >= $LIBDRM_RADEON_REQUIRED])
-            gallium_require_drm "Gallium R300"
+            gallium_require_drm "r300"
             gallium_require_drm_loader
-            gallium_require_llvm "Gallium R300"
+            gallium_require_llvm "r300"
             ;;
         xr600)
             HAVE_GALLIUM_R600=yes
             PKG_CHECK_MODULES([RADEON], [libdrm_radeon >= $LIBDRM_RADEON_REQUIRED])
-            gallium_require_drm "Gallium R600"
+            gallium_require_drm "r600"
             gallium_require_drm_loader
             if test "x$enable_opencl" = xyes; then
-                radeon_gallium_llvm_check "r600g" "3" "6" "0"
+                radeon_gallium_llvm_check "r600" "3" "6" "0"
 
                 llvm_add_component "asmparser" "r600"
                 llvm_add_component "bitreader" "r600"
-- 
2.10.1



More information about the mesa-dev mailing list