summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/omx
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-08-04 22:12:01 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-08-05 13:56:27 +0100
commit692009cab1300f86cd18487f3547112b6a4442a4 (patch)
treec83a42f503d23d7ed2eb823a02471bd8169249c1 /src/gallium/targets/omx
parent807b5467a3d192633e8acd18cca7968054a6415f (diff)
downloadexternal_mesa3d-692009cab1300f86cd18487f3547112b6a4442a4.zip
external_mesa3d-692009cab1300f86cd18487f3547112b6a4442a4.tar.gz
external_mesa3d-692009cab1300f86cd18487f3547112b6a4442a4.tar.bz2
targets/omx: automake: link against libmesautil.la
Or the build will fail due to unresolved symbols. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
Diffstat (limited to 'src/gallium/targets/omx')
-rw-r--r--src/gallium/targets/omx/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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)