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 c5217ad2d634b538a6d106f1926c763a8577c159..490baded66b19c9482d00507469289f443d97b81 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 d51cca8d2138c74f8ae81436cb4f61693ac90367..9e56853b02122904036c02eff75eb2449e736fd0 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)