diff options
author | Jakob Bornecrantz <[email protected]> | 2010-06-23 03:31:18 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-06-23 03:43:52 +0200 |
commit | 23a915e2cfbc95c018946155eb301ffad3a0d550 (patch) | |
tree | 8f9f5a09bfdf14db37cd7c6438619cbb1ae3d6a4 /configure.ac | |
parent | 41e0f6bc2f943a05766872d419e4398ddd37b42a (diff) |
gallium: Drop sw drm winsys
Last user went away
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 6fc0e2a55c7..4a676d4abdb 100644 --- a/configure.ac +++ b/configure.ac @@ -486,7 +486,7 @@ xlib) dri) SRC_DIRS="$SRC_DIRS glx" DRIVER_DIRS="dri" - GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/xlib sw/dri sw/drm" + GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/xlib sw/dri" ;; osmesa) DRIVER_DIRS="osmesa" |