<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Feb 27, 2014 at 11:03 AM, Emil Velikov <span dir="ltr"><<a href="mailto:emil.l.velikov@gmail.com" target="_blank">emil.l.velikov@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">With commit 0432aa064b(configure: use shared-glapi when more than one<br>
gl* API is used) we removed "disable shared-glapi when building without<br>
dri" hunk.<br>
<br>
In the good old days of classic mesa, dri and xlib-glx were mutually<br>
exclusive thus the hunk made sense.<br>
<br>
Currently enable-dri is used as a synonym for a range of things thus<br>
it's more appropriate to handle xlib-glx explicitly.<br>
<br>
Fixes a missing symbol '_glapi_Dispatch' in a xlib powered libGL,<br>
build using the following<br>
<br>
 ./autogen.sh --enable-xlib-glx --disable-dri --with-gallium-drivers=swrast<br>
<br>
Cc: Brian Paul <<a href="mailto:brianp@vmware.com">brianp@vmware.com</a>><br>
Reported-by: Brian Paul <<a href="mailto:brianp@vmware.com">brianp@vmware.com</a>><br>
Signed-off-by: Emil Velikov <<a href="mailto:emil.l.velikov@gmail.com">emil.l.velikov@gmail.com</a>><br>
---<br>
<br>
Hi Brian,<br>
<br>
Can you give this patch a try, it fixes the problem on my system.<br></blockquote></div><br></div><div class="gmail_extra">Works for me here.  Thanks!<br></div><div class="gmail_extra"><br>-Brian<br><br></div></div>