r300g: Build in the trace and softpipe driver for xorg state tracker
authorSedat Dilek <sedat.dilek@gmail.com>
Sat, 3 Oct 2009 16:01:58 +0000 (18:01 +0200)
committerMichel Dänzer <daenzer@vmware.com>
Sat, 3 Oct 2009 16:01:58 +0000 (18:01 +0200)
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 ]

src/gallium/winsys/drm/radeon/xorg/Makefile

index 0241625f69bf9343bc34ce2a64aed07235933fb6..9fa16dab24cc79c1c9bc848840d7323b3f6c1378 100644 (file)
@@ -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)
 
 #############################################