From: Sedat Dilek Date: Sat, 3 Oct 2009 16:01:58 +0000 (+0200) Subject: r300g: Build in the trace and softpipe driver for xorg state tracker X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa6aa77a1be91022933975dbccf8f2aabc584baa;p=mesa.git r300g: Build in the trace and softpipe driver for xorg state tracker Same as in src/gallium/winsys/drm/intel/xorg/Makefile Thanks MrCooper for explanations on IRC [ Summary amended by Michel Dänzer to clarify that this is related to the xorg state tracker ] --- diff --git a/src/gallium/winsys/drm/radeon/xorg/Makefile b/src/gallium/winsys/drm/radeon/xorg/Makefile index 0241625f69b..9fa16dab24c 100644 --- a/src/gallium/winsys/drm/radeon/xorg/Makefile +++ b/src/gallium/winsys/drm/radeon/xorg/Makefile @@ -20,6 +20,8 @@ LIBS = \ $(GALLIUMDIR)/state_trackers/xorg/libxorgtracker.a \ $(GALLIUMDIR)/winsys/drm/radeon/core/libradeonwinsys.a \ $(TOP)/src/gallium/drivers/r300/libr300.a \ + $(TOP)/src/gallium/drivers/trace/libtrace.a \ + $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \ $(GALLIUM_AUXILIARIES) #############################################