summaryrefslogtreecommitdiff
path: root/debian/patches/04_server-1.7-ftbfs.diff
diff options
context:
space:
mode:
authorJulien Viard de Galbert <julien@vdg.blogsite.org>2010-05-30 17:35:48 +0200
committerJulien Viard de Galbert <julien@vdg.blogsite.org>2010-05-30 17:35:48 +0200
commit1e12bb6fc199fb3627a36c5cc55a0a1abab2b981 (patch)
tree1b00e3e05590f2ce2af5eefe5016061e882937bd /debian/patches/04_server-1.7-ftbfs.diff
parentfd3ddced82d38a41751201307579a77840969e9d (diff)
dedicating package revisionHEADxorg7.5+xs1.6
fix compilation against xserver 1.6
Diffstat (limited to 'debian/patches/04_server-1.7-ftbfs.diff')
-rw-r--r--debian/patches/04_server-1.7-ftbfs.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/04_server-1.7-ftbfs.diff b/debian/patches/04_server-1.7-ftbfs.diff
index 726297c..016b662 100644
--- a/debian/patches/04_server-1.7-ftbfs.diff
+++ b/debian/patches/04_server-1.7-ftbfs.diff
@@ -246,7 +246,7 @@ Index: xserver-xorg-input-evtouch/evtouch.c
+ return labels;
+#endif
+}
-+
++#ifdef HAVE_LABELS
+static char* abs_labels[] = {
+ AXIS_LABEL_PROP_ABS_X,
+ AXIS_LABEL_PROP_ABS_Y,
@@ -259,7 +259,7 @@ Index: xserver-xorg-input-evtouch/evtouch.c
+ AXIS_LABEL_PROP_REL_Z,
+ AXIS_LABEL_PROP_REL_WHEEL
+};
-+
++#endif
+static void
+EvtouchInitAxesLabels(EVTouchPrivatePtr pEVTouch, int natoms, Atom *atoms)
+{