#3440: libdrm 2.4.38 -------------------------+-------------------------------------------------- Reporter: Krejzi | Owner: Krejzi Type: enhancement | Status: assigned Priority: low | Milestone: current Component: BOOK | Version: SVN Severity: minor | Keywords: -------------------------+--------------------------------------------------
Comment(by bambi): As I need to rebuild my X-Installation, and the current BLFS book is broken, I found the following: As of libdrm-2.4.34, some of the nouveau includes are no longer installed which are needed by Mesa, although Mesa-8.0.4 requires libdrm >= 2.4.34. I installed libdrm-2.4.38 and the latest Mesa: {{{ git clone git://anongit.freedesktop.org/git/mesa/mesa ./autogen.sh --prefix=$XORG_PREFIX \ --enable-texture-float \ --enable-gles1 \ --enable-gles2 \ --enable-xa \ --enable-shared-glapi \ --enable-glx-tls \ --with-gallium-drivers="nouveau,r300,r600,svga,swrast" }}} Note that --enable-shared-dricore is an unrecognized option in this version of Mesa and I did not apply the sed nor did I apply the patches. Make and make check after make install run without any error (I do realize that the tests ran only in a text terminal). Seems that glxinfo and glxgears are not installed. DRI still does not seem to work on my system, I'll continue to investigate. -- Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3440#comment:5> BLFS Trac <http://wiki.linuxfromscratch.org/blfs> Beyond Linux From Scratch -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page