aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/Automake.inc
blob: 42614cb347ba834a169a77b8335c282bf8adefd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if HAVE_GALLIUM_R300

TARGET_DRIVERS += r300
TARGET_CPPFLAGS += -DGALLIUM_R300
TARGET_LIB_DEPS += \
	$(top_builddir)/src/gallium/drivers/r300/libr300.la \
	$(RADEON_LIBS) \
	$(INTEL_LIBS)

TARGET_RADEON_WINSYS ?= \
	$(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la

endif