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

Author: José Fonseca <jfons...@vmware.com>
Date:   Wed May 28 10:33:33 2014 +0100

egl-static: Fix undefined reference to `loader_*'

Trivial.  Better than a broken build.

---

 src/gallium/targets/egl-static/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/targets/egl-static/Makefile.am 
b/src/gallium/targets/egl-static/Makefile.am
index ec09b28..f4990ad 100644
--- a/src/gallium/targets/egl-static/Makefile.am
+++ b/src/gallium/targets/egl-static/Makefile.am
@@ -66,6 +66,7 @@ egl_gallium_la_SOURCES = \
        egl_st.c
 
 egl_gallium_la_LIBADD = \
+       $(top_builddir)/src/loader/libloader.la \
        $(top_builddir)/src/gallium/auxiliary/libgallium.la \
        $(top_builddir)/src/gallium/drivers/identity/libidentity.la \
        $(top_builddir)/src/gallium/drivers/trace/libtrace.la \

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to