diff options
author | Jakob Bornecrantz <jakob@vmware.com> | 2010-03-25 14:48:41 +0100 |
---|---|---|
committer | Jakob Bornecrantz <jakob@vmware.com> | 2010-03-25 14:48:41 +0100 |
commit | 7d17de4b47b68dfd9137d3f8c5edf627d5ade902 (patch) | |
tree | bddabffc3a56ca7fe664484d06538ae7425ee2f1 /configs/linux-opengl-es | |
parent | 8b12c58ce41f33108431213725d5d9b9aac8912c (diff) | |
parent | 0d0220fedc7a8d490162f7385d19b2d0ab3fb8d9 (diff) |
Merge branch 'gallium-targets'
Diffstat (limited to 'configs/linux-opengl-es')
-rw-r--r-- | configs/linux-opengl-es | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/linux-opengl-es b/configs/linux-opengl-es index 76054aad14..32fe40fb84 100644 --- a/configs/linux-opengl-es +++ b/configs/linux-opengl-es @@ -24,5 +24,5 @@ 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 +GALLIUM_TARGET_DIRS += egl-swrast egl-i915 |