Home | History | Annotate | Download | only in softpipe
      1 if HAVE_GALLIUM_SOFTPIPE
      2 
      3 TARGET_DRIVERS += swrast
      4 TARGET_CPPFLAGS += -DGALLIUM_SOFTPIPE
      5 TARGET_LIB_DEPS += \
      6 	$(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la
      7 
      8 if HAVE_DRISW_KMS
      9 TARGET_DRIVERS += kms_swrast
     10 
     11 endif
     12 endif
     13