From 1c0ac41b36a4d45bf477581a13f1a74aed38f2f2 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Mon, 5 May 2014 14:08:19 +0200 Subject: [PATCH] Don't enforce gallium pipe loader when xa is enabled --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index e77ed77..461a166 100644 --- a/configure.ac +++ b/configure.ac @@ -1272,7 +1272,6 @@ if test "x$enable_xa" = xyes; then Example: ./configure --enable-xa --with-gallium-drivers=svga...]) fi GALLIUM_STATE_TRACKERS_DIRS="xa $GALLIUM_STATE_TRACKERS_DIRS" - enable_gallium_loader=yes fi AM_CONDITIONAL(HAVE_ST_XA, test "x$enable_xa" = xyes) -- 1.9.0