From: Emil Velikov Date: Mon, 4 Aug 2014 21:12:01 +0000 (+0100) Subject: targets/omx: automake: link against libmesautil.la X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=692009cab1300f86cd18487f3547112b6a4442a4;p=mesa.git targets/omx: automake: link against libmesautil.la Or the build will fail due to unresolved symbols. Signed-off-by: Emil Velikov Reviewed-by: Jason Ekstrand --- diff --git a/src/gallium/targets/omx/Makefile.am b/src/gallium/targets/omx/Makefile.am index 3840143b4cb..4045548c880 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)