Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. if HAVE_GALLIUM_SOFTPIPE
  2.  
  3. TARGET_DRIVERS += swrast
  4. TARGET_CPPFLAGS += -DGALLIUM_SOFTPIPE
  5. TARGET_LIB_DEPS += \
  6.         $(top_builddir)/src/gallium/winsys/sw/dri/libswdri.la \
  7.         $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la
  8.  
  9. if HAVE_DRI2
  10. TARGET_DRIVERS += kms_swrast
  11. TARGET_LIB_DEPS += \
  12.         $(top_builddir)/src/gallium/winsys/sw/kms-dri/libswkmsdri.la
  13.  
  14. endif
  15. endif
  16.