diff options
author | Emil Velikov <[email protected]> | 2014-04-01 02:40:32 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-04-05 13:02:46 +0100 |
commit | 6b410430508457e1a975210eecafea5e600408cf (patch) | |
tree | b60cae3eeb9477fe1322d16bce70641f05a2304a /src/gallium/Automake.inc | |
parent | 432b5776f2e60ae5e040f142bfbbc1fdfdeefc50 (diff) |
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 <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/Automake.inc')
-rw-r--r-- | src/gallium/Automake.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc index 7a10a77fa97..b4fdfe85588 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 \ |