summaryrefslogtreecommitdiffstats
path: root/src/gallium/Automake.inc
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-04-01 02:40:32 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-04-05 13:02:46 +0100
commit6b410430508457e1a975210eecafea5e600408cf (patch)
treeb60cae3eeb9477fe1322d16bce70641f05a2304a /src/gallium/Automake.inc
parent432b5776f2e60ae5e040f142bfbbc1fdfdeefc50 (diff)
downloadexternal_mesa3d-6b410430508457e1a975210eecafea5e600408cf.zip
external_mesa3d-6b410430508457e1a975210eecafea5e600408cf.tar.gz
external_mesa3d-6b410430508457e1a975210eecafea5e600408cf.tar.bz2
targets/xvmc: use GALLIUM_COMMON_LIB_DEPS
The targets do not require expat or selinux. Use GALLIUM_COMMON_LIB_DEPS which provides the core requirements for each gallium target. Cc: Christian König <christian.koenig@amd.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/Automake.inc')
-rw-r--r--src/gallium/Automake.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc
index 7a10a77..b4fdfe8 100644
--- a/src/gallium/Automake.inc
+++ b/src/gallium/Automake.inc
@@ -109,7 +109,8 @@ GALLIUM_XVMC_LIB_DEPS = \
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
$(top_builddir)/src/gallium/state_trackers/xvmc/libxvmctracker.la \
$(XVMC_LIBS) \
- $(LIBDRM_LIBS)
+ $(LIBDRM_LIBS) \
+ $(GALLIUM_COMMON_LIB_DEPS)
GALLIUM_OMX_LIB_DEPS = \
$(top_builddir)/src/gallium/auxiliary/libgallium.la \