projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
807b546
)
targets/omx: automake: link against libmesautil.la
author
Emil Velikov
<emil.l.velikov@gmail.com>
Mon, 4 Aug 2014 21:12:01 +0000
(22:12 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Tue, 5 Aug 2014 12:56:27 +0000
(13:56 +0100)
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>
src/gallium/targets/omx/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/targets/omx/Makefile.am
b/src/gallium/targets/omx/Makefile.am
index 3840143b4cbfabad2f6fec09318f4f33c87903f7..4045548c88097b7dfa7c3a7586c1300b6b302c7d 100644
(file)
--- 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)