Module: Mesa Branch: master Commit: 692009cab1300f86cd18487f3547112b6a4442a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=692009cab1300f86cd18487f3547112b6a4442a4
Author: Emil Velikov <[email protected]> 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 <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> --- 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) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
