Blame SOURCES/tigervnc-1.3.0-xserver-1.15.patch

136d7b
diff -up tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h.jx tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h
136d7b
--- tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h.jx	2013-07-01 08:41:24.000000000 -0400
136d7b
+++ tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h	2013-11-07 11:39:49.749992669 -0500
136d7b
@@ -44,8 +44,10 @@
136d7b
 #define XORG 113
136d7b
 #elif XORG_VERSION_CURRENT < ((1 * 10000000) + (14 * 100000) + (99 * 1000))
136d7b
 #define XORG 114
136d7b
+#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (15 * 100000) + (99 * 1000))
136d7b
+#define XORG 115
136d7b
 #else
136d7b
-#error "X.Org newer than 1.14 is not supported"
136d7b
+#error "X.Org newer than 1.15 is not supported"
136d7b
 #endif
136d7b
 
136d7b
 #endif