[PATCH util-modular 1/3] xorg.modules: Add libevdev requirement to synaptics
Peter Hutterer
peter.hutterer at who-t.net
Mon Mar 16 14:50:21 PDT 2015
On Mon, Mar 16, 2015 at 11:45:11AM -0400, Gaetan Nadon wrote:
> On 15-03-15 06:47 PM, Peter Hutterer wrote:
> > Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
> > ---
> > xorg.modules | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/xorg.modules b/xorg.modules
> > index 7216192..6d80c6b 100644
> > --- a/xorg.modules
> > +++ b/xorg.modules
> > @@ -1974,6 +1974,7 @@
> > <dep package="libX11"/>
> > <dep package="libXi"/>
> > <dep package="xserver"/>
> > + <dep package="libevdev"/>
> > </dependencies>
> > </autotools>
> >
>
> Should we not preserve the comment as well? Unless of course it was
> wrong in the first place.
> This helps those customizing the list and saves them from debugging
> build problems on non Linux platforms.
>
> - <dep package="libevdev"/> <!-- Linux Only -->
Added the comment back in, thanks. It's still accurate, though FreeBSD now
has an evdev implementation (as of last GSoC), not 100% on it's state though
Cheers,
Peter
More information about the xorg-devel
mailing list