[Mesa-dev] [PATCH 2/2] targets/omx: automake: link against libmesautil.la

Emil Velikov emil.l.velikov at gmail.com
Mon Aug 4 14:12:20 PDT 2014


Or the build will fail due to unresolved symbols.

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 src/gallium/targets/omx/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/targets/omx/Makefile.am b/src/gallium/targets/omx/Makefile.am
index 3840143..4045548 100644
--- a/src/gallium/targets/omx/Makefile.am
+++ b/src/gallium/targets/omx/Makefile.am
@@ -26,6 +26,7 @@ endif # HAVE_LD_VERSION_SCRIPT
 libomx_mesa_la_LIBADD = \
 	$(top_builddir)/src/gallium/state_trackers/omx/libomxtracker.la \
 	$(top_builddir)/src/gallium/auxiliary/libgallium.la \
+	$(top_builddir)/src/util/libmesautil.la \
 	$(OMX_LIBS) \
 	$(GALLIUM_COMMON_LIB_DEPS)
 
-- 
2.0.2



More information about the mesa-dev mailing list