summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/vdpau-nouveau
diff options
context:
space:
mode:
authorKusanagi Kouichi <[email protected]>2014-02-17 17:29:14 +0900
committerEmil Velikov <[email protected]>2014-02-17 21:14:17 +0000
commitd23f9e3390e8ec19efe3b76818d2bb6bf4264764 (patch)
treed1dd7dc0591d361876e0abee787083d6d17474ee /src/gallium/targets/vdpau-nouveau
parent6ba4392da265b0b33e3516e85b2fdcfa9c169c39 (diff)
targets/vdpau: Don't link unused libraries
libvdpau, libselinux and libexpat are not used. Signed-off-by: Kusanagi Kouichi <[email protected]>
Diffstat (limited to 'src/gallium/targets/vdpau-nouveau')
-rw-r--r--src/gallium/targets/vdpau-nouveau/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/vdpau-nouveau/Makefile.am b/src/gallium/targets/vdpau-nouveau/Makefile.am
index fbaad037f85..3cdf1031044 100644
--- a/src/gallium/targets/vdpau-nouveau/Makefile.am
+++ b/src/gallium/targets/vdpau-nouveau/Makefile.am
@@ -42,7 +42,6 @@ libvdpau_nouveau_la_LIBADD = \
$(top_builddir)/src/gallium/winsys/nouveau/drm/libnouveaudrm.la \
$(top_builddir)/src/gallium/drivers/nouveau/libnouveau.la \
$(GALLIUM_VDPAU_LIB_DEPS) \
- $(GALLIUM_DRI_LIB_DEPS) \
$(NOUVEAU_LIBS)
if HAVE_MESA_LLVM