Mesa (master): targets/omx: use GALLIUM_COMMON_LIB_DEPS

Emil Velikov evelikov at kemper.freedesktop.org
Sat Apr 5 13:08:53 UTC 2014


Module: Mesa
Branch: master
Commit: fc91e7e4ae5b1172d00d0d75085db4da57d5b0b5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc91e7e4ae5b1172d00d0d75085db4da57d5b0b5

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Tue Apr  1 02:43:34 2014 +0100

targets/omx: 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 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 \




More information about the mesa-commit mailing list