Magellan Linux

Contents of /trunk/tigervnc/patches/tigervnc-1.3.0-xorg115.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2409 - (show annotations) (download)
Mon Feb 17 10:13:01 2014 UTC (10 years, 2 months ago) by niro
File size: 645 byte(s)
-enabled build against xorg-1.15
1 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
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