summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
diff options
context:
space:
mode:
authorLauri Kasanen <[email protected]>2013-05-03 11:48:53 +0300
committerAndreas Boll <[email protected]>2013-05-03 19:14:54 +0200
commit5ff81cfd8640d02dc78d736cad5020d54ef7a0dc (patch)
treef229c0db42fac9dfd79d8f53f776e7f1cc614b08 /src/gallium/state_trackers
parente62be5de53a528cf1a0d6cbcb76b493838dac643 (diff)
st/xvmc/tests: Fix build failure, v2
v2: Removed extra libs as requested by Matt Turner. Signed-off-by: Lauri Kasanen <[email protected]> Reviewed-by: Christian König <[email protected]> Reviewed-by: Matt Turner <[email protected]> Signed-off-by: Andreas Boll <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers')
-rw-r--r--src/gallium/state_trackers/xvmc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/xvmc/Makefile.am b/src/gallium/state_trackers/xvmc/Makefile.am
index 8ac74069d01..008c50a5a2c 100644
--- a/src/gallium/state_trackers/xvmc/Makefile.am
+++ b/src/gallium/state_trackers/xvmc/Makefile.am
@@ -44,7 +44,7 @@ check_PROGRAMS = \
TESTS = $(check_PROGRAMS)
noinst_PROGRAMS = tests/xvmc_bench
-TEST_LIBS = -lXvMCW -lXvMC -lXv -lX11
+TEST_LIBS = $(XVMC_LIBS) -lXvMCW
tests_test_context_SOURCES = tests/test_context.c tests/testlib.c
tests_test_context_LDADD = $(TEST_LIBS)
tests_test_surface_SOURCES = tests/test_surface.c tests/testlib.c