<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [bisected] Mesa build fails: clientattrib.c:33:22: fatal error: indirect.h: No such file or directory"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=59364#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [bisected] Mesa build fails: clientattrib.c:33:22: fatal error: indirect.h: No such file or directory"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=59364">bug 59364</a>
              from <span class="vcard"><a class="email" href="mailto:mattst88@gmail.com" title="Matt Turner <mattst88@gmail.com>"> <span class="fn">Matt Turner</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>