summaryrefslogtreecommitdiff
path: root/configs/linux-opengl-es
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-03-16 13:44:32 +0000
committerJakob Bornecrantz <jakob@vmware.com>2010-03-24 17:02:17 +0100
commit41d2ebf2020311eb032882d9b0bd1efe916f1feb (patch)
tree576008f03db2b506133b5303059a5579ab012681 /configs/linux-opengl-es
parent01f7acb700789abacca21e89400f57375eb82499 (diff)
gallium: Remove GALLIUM_WINSYS_DRM_DIRS
Diffstat (limited to 'configs/linux-opengl-es')
-rw-r--r--configs/linux-opengl-es3
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/linux-opengl-es b/configs/linux-opengl-es
index 76054aad14..ddcb717f83 100644
--- a/configs/linux-opengl-es
+++ b/configs/linux-opengl-es
@@ -24,5 +24,4 @@ GALLIUM_STATE_TRACKERS_DIRS = es
# build egl_x11_{swrast,i915}.so
GALLIUM_DRIVERS_DIRS += trace i915
GALLIUM_STATE_TRACKERS_DIRS += egl
-GALLIUM_WINSYS_DIRS += drm
-GALLIUM_WINSYS_DRM_DIRS += intel swrast
+GALLIUM_WINSYS_DIRS += drm/intel drm/swrast