From fc91e7e4ae5b1172d00d0d75085db4da57d5b0b5 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 1 Apr 2014 02:43:34 +0100 Subject: [PATCH] targets/omx: use GALLIUM_COMMON_LIB_DEPS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Emil Velikov --- src/gallium/Automake.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc index b4fdfe8..dba3086 100644 --- a/src/gallium/Automake.inc +++ b/src/gallium/Automake.inc @@ -115,8 +115,8 @@ GALLIUM_XVMC_LIB_DEPS = \ GALLIUM_OMX_LIB_DEPS = \ $(top_builddir)/src/gallium/auxiliary/libgallium.la \ $(top_builddir)/src/gallium/state_trackers/omx/libomxtracker.la \ - $(GALLIUM_DRI_LIB_DEPS) \ - $(OMX_LIBS) + $(OMX_LIBS) \ + $(GALLIUM_COMMON_LIB_DEPS) GALLIUM_WINSYS_CFLAGS = \ -I$(top_srcdir)/include \ -- 2.7.4