]> git.pld-linux.org Git - packages/tigervnc.git/blame - tigervnc-xserver-1.15.patch
- release 6 (by relup.sh)
[packages/tigervnc.git] / tigervnc-xserver-1.15.patch
CommitLineData
2e5d6664
JR
1diff -up tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h.jx tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h
2--- tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h.jx 2013-07-01 08:41:24.000000000 -0400
3+++ tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h 2013-11-07 11:39:49.749992669 -0500
4@@ -44,8 +44,10 @@
5 #define XORG 113
6 #elif XORG_VERSION_CURRENT < ((1 * 10000000) + (14 * 100000) + (99 * 1000))
7 #define XORG 114
8+#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (15 * 100000) + (99 * 1000))
9+#define XORG 115
10 #else
11-#error "X.Org newer than 1.14 is not supported"
12+#error "X.Org newer than 1.15 is not supported"
13 #endif
14
15 #endif
This page took 0.030068 seconds and 4 git commands to generate.