[PATCH:xf86-input-evdev 2/2] Fix missing src/udev.c in the tarballs.

Peter Hutterer peter.hutterer at who-t.net
Mon Jan 2 14:48:38 PST 2012


On Sat, Dec 31, 2011 at 07:46:09PM +0100, Cyril Brulebois wrote:
> src/udev.c was added in 683a55e504f4fc2d1c847c54986439a0c61b2f20 but
> wasn't added to the SOURCES variable in src/Makefile.am, resulting in
> a missing file in the tarballs.
> 
> Signed-off-by: Cyril Brulebois <kibi at debian.org>
> ---
>  src/Makefile.am |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> 
> Not sure we want to ship this file in the tarballs, but it appeared in
> the Debian diff, so let's propose a patch for that.

I've pushed the first patch, but this one is unnecessary. udev.c only
contains one function and that one is not even called - it's identical to
EvdevIsVirtual. Can't remember which one I wrote first, but right now, I
think udev.c is unnecessary and I've removed it.

   009ac94..965338e  master -> master

Cheers,
  Peter
> 
> 
> diff --git a/src/Makefile.am b/src/Makefile.am
> index cca1b0c..6795969 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -39,5 +39,6 @@ AM_CPPFLAGS =-I$(top_srcdir)/include
>                                 emuThird.c \
>                                 emuWheel.c \
>                                 draglock.c \
> -                               apple.c
> +                               apple.c \
> +                               udev.c
>  
> -- 
> 1.7.7.3
> 
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
> 


More information about the xorg-devel mailing list