OSDN Git Service

gallium/xvmc: r300 and r600 now depend on libdrm_radeon
[android-x86/external-mesa.git] / src / gallium / targets / xvmc-r300 / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBBASENAME = XvMCr300
5
6 PIPE_DRIVERS = \
7         $(TOP)/src/gallium/drivers/r300/libr300.a \
8         $(TOP)/src/gallium/winsys/g3dvl/dri/libvldri.a \
9         $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \
10         $(TOP)/src/gallium/drivers/trace/libtrace.a \
11         $(TOP)/src/gallium/auxiliary/libgallium.a
12
13 C_SOURCES = \
14         target.c \
15         $(COMMON_GALLIUM_SOURCES) \
16         $(DRIVER_SOURCES)
17
18 DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm --libs) -lXfixes -ldrm_radeon
19
20 include ../Makefile.xvmc
21
22 symlinks: