[PATCH:xf86-input-evdev 2/2] Fix missing src/udev.c in the tarballs.
Cyril Brulebois
kibi at debian.org
Sat Dec 31 10:46:09 PST 2011
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.
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
More information about the xorg-devel
mailing list