<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [VA] gallium_drv_video.so ignores --with-dri-driverdir setting"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=84711">84711</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[VA] gallium_drv_video.so ignores --with-dri-driverdir setting
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>lonewolf@xs4all.nl
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Archlinux x86_64 , git master rev f358462

  ./autogen.sh \
    --prefix=/usr \
    --sysconfdir=/etc \
    --with-dri-driverdir=/usr/lib/xorg/modules/dri \
    --with-egl-platforms=x11,drm,wayland \
    --with-gallium-drivers=r300,r600,radeonsi,swrast \
    --with-dri-drivers=swrast \
    --enable-llvm-shared-libs \
    --enable-egl \
    --disable-gallium-egl \
    --disable-gallium-gbm \
    --enable-gbm \
    --enable-gallium-llvm \
    --enable-shared-glapi \
    --enable-glx \
    --enable-glx-tls \
    --enable-dri \
    --enable-gles1 \
    --enable-gles2 \
    --enable-texture-float \
    --enable-xa \
    --enable-vdpau \
    --enable-omx \
    --enable-opencl \
    --enable-opencl-icd \
    --with-clang-libdir=/usr/lib \
    --enable-xvmc \
    --enable-r600-llvm-compiler \
    --enable-gallium-osmesa \
    --enable-gallium-tests
make
make DESTDIR=${pkgdir} install

the gallium_drv_video.so file is placed in DESTDIR/usr/lib/dri and not in 
DESTDIR/usr/lib/xorg/modules/dri as i expect with above /.configure settings.

build log : <a href="http://pastebin.com/xvg5Mku8">http://pastebin.com/xvg5Mku8</a></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>