<p dir="ltr">Thanks. Came across some interesting issues with Talos the other day with Talos having both my system Mesa and a branch of the Vulkan driver at the same time.  Bad things happened because my debug branch of the Vulkan driver was picking up isl symbols from system Mesa.  Regardless of what we do with the others, this one should be cc'd to stable.</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Jul 27, 2016 6:03 AM, "Emil Velikov" <<a href="mailto:emil.l.velikov@gmail.com">emil.l.velikov@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From: Emil Velikov <<a href="mailto:emil.velikov@collabora.com">emil.velikov@collabora.com</a>><br>
<br>
Cc: "12.0" <<a href="mailto:mesa-stable@lists.freedesktop.org">mesa-stable@lists.freedesktop.org</a>><br>
Cc: Jason Ekstrand <<a href="mailto:jason@jlekstrand.net">jason@jlekstrand.net</a>><br>
Signed-off-by: Emil Velikov <<a href="mailto:emil.velikov@collabora.com">emil.velikov@collabora.com</a>><br>
---<br>
 src/intel/isl/Makefile.am | 1 +<br>
 1 file changed, 1 insertion(+)<br>
<br>
diff --git a/src/intel/isl/Makefile.am b/src/intel/isl/Makefile.am<br>
index 7c22324..1b1a357 100644<br>
--- a/src/intel/isl/Makefile.am<br>
+++ b/src/intel/isl/Makefile.am<br>
@@ -35,6 +35,7 @@ noinst_LTLIBRARIES = $(ISL_GEN_LIBS) <a href="http://libisl.la" rel="noreferrer" target="_blank">libisl.la</a><br>
<br>
 # The gallium includes are for the util/u_math.h include from main/macros.h<br>
 AM_CPPFLAGS = \<br>
+       $(VISIBILITY_CFLAGS) \<br>
        $(INTEL_CFLAGS) \<br>
        $(VALGRIND_CFLAGS) \<br>
        $(DEFINES) \<br>
--<br>
2.9.0<br>
<br>
</blockquote></div></div>