xserver-xorg-input-vmmouse: Changes to 'debian-unstable'
config.h.in | 3 +++
configure | 12 ++++++++++++
debian/changelog | 7 +++++++
3 files changed, 22 insertions(+)
New commits:
commit cebe735981b634a414bf693fd569ee07bc09f9af
Author: Julien Cristau <jcristau@debian.org>
Date: Tue Oct 21 10:48:41 2008 +0200
Update changelog
diff --git a/debian/changelog b/debian/changelog
index 614767b..f828eab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-input-vmmouse (1:12.5.1-4) unstable; urgency=low
+
+ * I need a brown paper bag; autoreconf so the patch added in -3 is actually
+ used…
+
+ -- Julien Cristau <jcristau@debian.org> Tue, 21 Oct 2008 10:48:19 +0200
+
xserver-xorg-input-vmmouse (1:12.5.1-3) unstable; urgency=low
* Cherry-pick from upstream: Properly set axis range and resolution for
commit 842148d84f2db8fb40dc38c4efb97f8cc7213ae7
Author: Julien Cristau <jcristau@debian.org>
Date: Tue Oct 21 10:25:46 2008 +0200
autoreconf
diff --git a/config.h.in b/config.h.in
index 84387bd..81b2ec3 100644
--- a/config.h.in
+++ b/config.h.in
@@ -2,6 +2,9 @@
#include "xorg-server.h"
+/* Define absolute valuator axes */
+#undef ABS_VALUATOR_AXES
+
/* Call conversion_proc from within the driver, as Xserver doesn't */
#undef CALL_CONVERSION_PROC
diff --git a/configure b/configure
index 5ff4c75..000d151 100755
--- a/configure
+++ b/configure
@@ -21012,6 +21012,18 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
fi
+if test -n "$PKG_CONFIG" && \
+ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xorg-server > 1.4.0.90\"") >&5
+ ($PKG_CONFIG --exists --print-errors "xorg-server > 1.4.0.90") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+
+cat >>confdefs.h <<\_ACEOF
+#define ABS_VALUATOR_AXES 1
+_ACEOF
+
+fi
CFLAGS="$CFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src'
Reply to: