https://bugs.freedesktop.org/show_bug.cgi?id=84711
Bug ID: 84711 Summary: [VA] gallium_drv_video.so ignores --with-dri-driverdir setting Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Other Assignee: mesa-dev@lists.freedesktop.org Reporter: lonew...@xs4all.nl 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 : http://pastebin.com/xvg5Mku8 -- 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