Hello, When building X for the latest development version of BLFS, I noticed that the evdev driver now requires the mtdev package as a dependency. Previously it was listed as recommended.
The patch on the upstream package (xf86-input-evdev) removing support for conditional compilation is 56a5e67 (http://cgit.freedesktop.org/xorg/driver/xf86-input-evdev/patch/?id=56a5e6716204916691a67082e3e6a1698df2061b). Thanks, Mikel Rychliski Index: x/installing/x7driver-evdev.xml =================================================================== --- x/installing/x7driver-evdev.xml (revision 16731) +++ x/installing/x7driver-evdev.xml (working copy) @@ -80,10 +80,6 @@ <para role="required"> <xref linkend="libevdev"/> and <xref linkend="xorg-server"/> - </para> - - <bridgehead renderas="sect5">Recommended</bridgehead> - <para role="recommended"> <xref linkend="mtdev"/> </para> -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
