summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsapountzis@gmail.com>2010-03-25 17:01:53 +0200
committerGeorge Sapountzis <gsapountzis@gmail.com>2010-03-25 17:01:53 +0200
commit992e9572bdbc1f3d5243ca8eecbd6a372721a62b (patch)
tree2a00a97021f47d95f7523f583c0c4285f22fc182 /configure.ac
parent5b75e12f9165c890fd14b22983d6289be8f20abc (diff)
swrastg_dri: add state_tracker
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index edf2363a71..1b9500b8b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1204,7 +1204,7 @@ yes)
GALLIUM_STATE_TRACKERS_DIRS=glx
;;
dri)
- GALLIUM_STATE_TRACKERS_DIRS="dri"
+ GALLIUM_STATE_TRACKERS_DIRS="dri drisw"
if test "x$enable_egl" = xyes; then
GALLIUM_STATE_TRACKERS_DIRS="$GALLIUM_STATE_TRACKERS_DIRS egl"
fi