From d23f9e3390e8ec19efe3b76818d2bb6bf4264764 Mon Sep 17 00:00:00 2001 From: Kusanagi Kouichi Date: Mon, 17 Feb 2014 17:29:14 +0900 Subject: targets/vdpau: Don't link unused libraries libvdpau, libselinux and libexpat are not used. Signed-off-by: Kusanagi Kouichi --- src/gallium/targets/vdpau-nouveau/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/targets/vdpau-nouveau') 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 -- cgit v1.2.3