radeonsi: enable GL_EXT_shader_image_load_formatted
[mesa.git] / src / gallium / drivers / nouveau / Automake.inc
1 if HAVE_GALLIUM_NOUVEAU
2
3 TARGET_DRIVERS += nouveau
4 TARGET_CPPFLAGS += -DGALLIUM_NOUVEAU
5 TARGET_LIB_DEPS += \
6 $(top_builddir)/src/gallium/winsys/nouveau/drm/libnouveaudrm.la \
7 $(top_builddir)/src/gallium/drivers/nouveau/libnouveau.la \
8 $(NOUVEAU_LIBS) \
9 $(LIBDRM_LIBS)
10
11 TARGET_COMPILER_LIB_DEPS = \
12 $(top_builddir)/src/compiler/nir/libnir.la
13
14 endif