blob: ac68fa1f2be4532521ae91a24fe37d050f2d369e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
From 1c0ac41b36a4d45bf477581a13f1a74aed38f2f2 Mon Sep 17 00:00:00 2001
From: Nicolas Chauvet <kwizart@gmail.com>
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
|