Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. if HAVE_GALLIUM_VC4
  2.  
  3. TARGET_DRIVERS += vc4
  4. TARGET_CPPFLAGS += -DGALLIUM_VC4
  5. TARGET_LIB_DEPS += \
  6.         $(top_builddir)/src/gallium/winsys/vc4/drm/libvc4drm.la \
  7.         $(top_builddir)/src/gallium/drivers/vc4/libvc4.la
  8.  
  9. if USE_VC4_SIMULATOR
  10. TARGET_CPPFLAGS += -DUSE_VC4_SIMULATOR
  11. endif
  12.  
  13. endif
  14.