diff options
author | Jakob Bornecrantz <[email protected]> | 2010-05-04 12:06:37 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-05-12 20:15:23 +0100 |
commit | 2c3fb4ecce27f4c2468892241216a06fc77143c4 (patch) | |
tree | 45f260c070edf2a7c480747077d30f8c99dcb0b4 /configs/linux-opengl-es | |
parent | 92b1908db89f23ee05f8d0da5307529440bc7560 (diff) |
rbug: Break out of trace
Diffstat (limited to 'configs/linux-opengl-es')
-rw-r--r-- | configs/linux-opengl-es | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-opengl-es b/configs/linux-opengl-es index 5e31b8c52f2..fb65c02277d 100644 --- a/configs/linux-opengl-es +++ b/configs/linux-opengl-es @@ -23,7 +23,7 @@ GALLIUM_DRIVERS_DIRS = softpipe GALLIUM_STATE_TRACKERS_DIRS = es # build egl_x11_{swrast,i915}.so -GALLIUM_DRIVERS_DIRS += trace i915 +GALLIUM_DRIVERS_DIRS += trace rbug i915 GALLIUM_STATE_TRACKERS_DIRS += egl GALLIUM_WINSYS_DIRS += drm/intel GALLIUM_TARGET_DIRS += egl-swrast egl-i915 |