<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - mesa does not build after nouveau loader changes"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=76376#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - mesa does not build after nouveau loader changes"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=76376">bug 76376</a>
              from <span class="vcard"><a class="email" href="mailto:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span></b>
        <pre>Do you have some funny patches to your libdrm? nouveau_drm.h should be
installed irrespective of whether nouveau is built or not. From
include/drm/Makefile.am:

klibdrmincludedir = ${includedir}/libdrm
klibdrminclude_HEADERS = \
        drm.h \
        drm_mode.h \
        drm_fourcc.h \
        drm_sarea.h \
        i915_drm.h \
        mga_drm.h \
        nouveau_drm.h \
        r128_drm.h \
        radeon_drm.h \
        savage_drm.h \
        sis_drm.h \
        via_drm.h \
        mach64_drm.h \
        qxl_drm.h

All of those should be getting installed, unless my automake-foo sucks (an
entirely plausible theory).</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>