[Mesa-dev] [PATCH 7/8] targets/omx: use GALLIUM_COMMON_LIB_DEPS

Emil Velikov emil.l.velikov at gmail.com
Mon Mar 31 19:11:24 PDT 2014


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 at amd.com>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 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 \
-- 
1.9.1



More information about the mesa-dev mailing list