summaryrefslogtreecommitdiffstats
path: root/src/gallium/Automake.inc
diff options
context:
space:
mode:
authorKusanagi Kouichi <slash@ac.auone-net.jp>2014-02-17 17:29:14 +0900
committerEmil Velikov <emil.l.velikov@gmail.com>2014-02-17 21:14:17 +0000
commitd23f9e3390e8ec19efe3b76818d2bb6bf4264764 (patch)
treed1dd7dc0591d361876e0abee787083d6d17474ee /src/gallium/Automake.inc
parent6ba4392da265b0b33e3516e85b2fdcfa9c169c39 (diff)
downloadexternal_mesa3d-d23f9e3390e8ec19efe3b76818d2bb6bf4264764.zip
external_mesa3d-d23f9e3390e8ec19efe3b76818d2bb6bf4264764.tar.gz
external_mesa3d-d23f9e3390e8ec19efe3b76818d2bb6bf4264764.tar.bz2
targets/vdpau: Don't link unused libraries
libvdpau, libselinux and libexpat are not used. Signed-off-by: Kusanagi Kouichi <slash@ac.auone-net.jp>
Diffstat (limited to 'src/gallium/Automake.inc')
-rw-r--r--src/gallium/Automake.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc
index fec69cc..1acc99e 100644
--- a/src/gallium/Automake.inc
+++ b/src/gallium/Automake.inc
@@ -78,7 +78,11 @@ GALLIUM_VDPAU_LIB_DEPS = \
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
$(top_builddir)/src/gallium/state_trackers/vdpau/libvdpautracker.la \
$(VDPAU_LIBS) \
- $(LIBDRM_LIBS)
+ $(LIBDRM_LIBS) \
+ -lm \
+ $(CLOCK_LIB) \
+ $(PTHREAD_LIBS) \
+ $(DLOPEN_LIBS)
GALLIUM_XVMC_LIB_DEPS = \
$(top_builddir)/src/gallium/auxiliary/libgallium.la \