summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/radeonsi
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2013-11-09 22:51:56 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2013-11-16 16:31:03 +0000
commit096b988360158d4cf3c92d52d26f9f098774ba1d (patch)
treedc001fdf1687989805adfd13445a9249b055e906 /src/gallium/targets/radeonsi
parent3f920a91f35f21a372e211fe961a163990af677c (diff)
downloadexternal_mesa3d-096b988360158d4cf3c92d52d26f9f098774ba1d.zip
external_mesa3d-096b988360158d4cf3c92d52d26f9f098774ba1d.tar.gz
external_mesa3d-096b988360158d4cf3c92d52d26f9f098774ba1d.tar.bz2
targets/vdpau: drop unused libraries from linker
In order for one to use trace, noop, rbug and/or galahad, they must set the corresponding GALLIUM_* CFLAG. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/targets/radeonsi')
-rw-r--r--src/gallium/targets/radeonsi/vdpau/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/targets/radeonsi/vdpau/Makefile.am b/src/gallium/targets/radeonsi/vdpau/Makefile.am
index 22d3c28..0292b2b 100644
--- a/src/gallium/targets/radeonsi/vdpau/Makefile.am
+++ b/src/gallium/targets/radeonsi/vdpau/Makefile.am
@@ -41,9 +41,6 @@ libvdpau_radeonsi_la_LDFLAGS = \
libvdpau_radeonsi_la_LIBADD = \
$(top_builddir)/src/gallium/drivers/radeonsi/libradeonsi.la \
$(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la \
- $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
- $(top_builddir)/src/gallium/drivers/rbug/librbug.la \
- $(top_builddir)/src/gallium/drivers/noop/libnoop.la \
$(GALLIUM_VDPAU_LIB_DEPS) \
$(GALLIUM_DRI_LIB_DEPS) \
$(RADEON_LIBS)