diff options
author | Jakob Bornecrantz <[email protected]> | 2010-03-16 13:44:32 +0000 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-03-24 17:02:17 +0100 |
commit | 41d2ebf2020311eb032882d9b0bd1efe916f1feb (patch) | |
tree | 576008f03db2b506133b5303059a5579ab012681 /configs/linux-opengl-es | |
parent | 01f7acb700789abacca21e89400f57375eb82499 (diff) |
gallium: Remove GALLIUM_WINSYS_DRM_DIRS
Diffstat (limited to 'configs/linux-opengl-es')
-rw-r--r-- | configs/linux-opengl-es | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/linux-opengl-es b/configs/linux-opengl-es index 76054aad14e..ddcb717f836 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 |