summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl-i915/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/egl-i915/Makefile')
-rw-r--r--src/gallium/targets/egl-i915/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/targets/egl-i915/Makefile b/src/gallium/targets/egl-i915/Makefile
index a118f16929..c3ffe78029 100644
--- a/src/gallium/targets/egl-i915/Makefile
+++ b/src/gallium/targets/egl-i915/Makefile
@@ -5,6 +5,9 @@ EGL_DRIVER_NAME = i915
EGL_DRIVER_SOURCES = target.c
EGL_DRIVER_LIBS = -ldrm_intel
+EGL_DRIVER_DEFINES = \
+ -DGALLIUM_RBUG -DGALLIUM_TRACE
+
EGL_DRIVER_PIPES = \
$(TOP)/src/gallium/winsys/i915/drm/libi915drm.a \
$(TOP)/src/gallium/drivers/trace/libtrace.a \