summaryrefslogtreecommitdiff
path: root/src/gallium/targets/dri-swrast/Makefile
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-06-24 00:44:53 +0200
committerJakob Bornecrantz <jakob@vmware.com>2010-06-24 02:19:44 +0200
commit44c64596d17423dc560434dcbd209997d87b2a29 (patch)
tree980cbe48a50d075acb0e16207a9861ccfceab481 /src/gallium/targets/dri-swrast/Makefile
parent57d14f2fbbfc50656be76fa0f77e1ed505180204 (diff)
swrastg: Use target-helpers
Diffstat (limited to 'src/gallium/targets/dri-swrast/Makefile')
-rw-r--r--src/gallium/targets/dri-swrast/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/targets/dri-swrast/Makefile b/src/gallium/targets/dri-swrast/Makefile
index 0a53eb56c4..948c45abe5 100644
--- a/src/gallium/targets/dri-swrast/Makefile
+++ b/src/gallium/targets/dri-swrast/Makefile
@@ -3,7 +3,9 @@ include $(TOP)/configs/current
LIBNAME = swrastg_dri.so
-DRIVER_DEFINES = -D__NOT_HAVE_DRM_H -DGALLIUM_SOFTPIPE
+DRIVER_DEFINES = \
+ -D__NOT_HAVE_DRM_H -DGALLIUM_SOFTPIPE \
+ -DGALLIUM_RBUG -DGALLIUM_TRACE
PIPE_DRIVERS = \
$(TOP)/src/gallium/state_trackers/dri/sw/libdrisw.a \