[Mesa-dev] [Bug 59364] [bisected] Mesa build fails: clientattrib.c:33:22: fatal error: indirect.h: No such file or directory

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jan 18 09:45:42 PST 2013


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

--- Comment #4 from Matt Turner <mattst88 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130118/c2f880e8/attachment-0001.html>


More information about the mesa-dev mailing list