diff options
author | George Sapountzis <[email protected]> | 2010-03-25 17:01:53 +0200 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2010-03-25 17:01:53 +0200 |
commit | 992e9572bdbc1f3d5243ca8eecbd6a372721a62b (patch) | |
tree | 2a00a97021f47d95f7523f583c0c4285f22fc182 /configure.ac | |
parent | 5b75e12f9165c890fd14b22983d6289be8f20abc (diff) |
swrastg_dri: add state_tracker
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index edf2363a717..1b9500b8b5a 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 |