https://bugs.freedesktop.org/show_bug.cgi?id=59364

--- Comment #4 from Matt Turner <matts...@gmail.com> ---
This is because

        DRI drivers:     no
        DRI driver dir:  ${libdir}/dri
        GLX:             DRI-based

i.e., trying not to build OpenGL, which turns off DRI drivers, but GLX is still
implicitly enabled.

We need a check in configure.ac that turns off GLX if OpenGL is disabled.
(There's no use in glx otherwise, is there?)

To work-around, add --disable-glx to configure.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to