Mesa (master): targets/omx: automake: link against libmesautil.la

Emil Velikov evelikov at kemper.freedesktop.org
Tue Aug 5 12:57:09 UTC 2014


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

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Mon Aug  4 22:12:01 2014 +0100

targets/omx: automake: link against libmesautil.la

Or the build will fail due to unresolved symbols.

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.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)
 




More information about the mesa-commit mailing list