i915g: Link with trace on EGL and Xorg
authorJakob Bornecrantz <jakob@vmware.com>
Wed, 5 Aug 2009 18:12:53 +0000 (19:12 +0100)
committerJakob Bornecrantz <jakob@vmware.com>
Wed, 5 Aug 2009 18:29:30 +0000 (19:29 +0100)
src/gallium/winsys/drm/intel/egl/Makefile
src/gallium/winsys/drm/intel/xorg/Makefile

index c5217ad..490bade 100644 (file)
@@ -8,6 +8,7 @@ PIPE_DRIVERS = \
        $(TOP)/src/gallium/state_trackers/egl/libegldrm.a \
        $(GALLIUMDIR)/winsys/drm/intel/gem/libinteldrm.a \
        $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
+       $(TOP)/src/gallium/drivers/trace/libtrace.a \
        $(TOP)/src/gallium/drivers/i915simple/libi915simple.a
 
 DRIVER_SOURCES =
index d51cca8..9e56853 100644 (file)
@@ -19,6 +19,7 @@ LIBS = \
        $(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a \
        $(TOP)/src/gallium/winsys/drm/intel/gem/libinteldrm.a \
        $(TOP)/src/gallium/drivers/i915simple/libi915simple.a \
+       $(TOP)/src/gallium/drivers/trace/libtrace.a \
        $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
        $(GALLIUM_AUXILIARIES)