Magellan Linux

Annotation of /trunk/tigervnc/patches/tigervnc-1.5.0-xserver118.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2725 - (hide annotations) (download)
Mon Nov 23 14:43:03 2015 UTC (8 years, 6 months ago) by niro
File size: 790 byte(s)
-allow xorg-server-1.18
1 niro 2725 diff -Nur tigervnc-49d0629dd87c0eb695d72dec7481e9169f55ae9e.orig/unix/xserver/hw/vnc/xorg-version.h tigervnc-49d0629dd87c0eb695d72dec7481e9169f55ae9e/unix/xserver/hw/vnc/xorg-version.h
2     --- tigervnc-49d0629dd87c0eb695d72dec7481e9169f55ae9e.orig/unix/xserver/hw/vnc/xorg-version.h 2015-03-01 12:58:35.000000000 -0700
3     +++ tigervnc-49d0629dd87c0eb695d72dec7481e9169f55ae9e/unix/xserver/hw/vnc/xorg-version.h 2015-08-04 09:46:14.796336147 -0600
4     @@ -48,8 +48,10 @@
5     #define XORG 116
6     #elif XORG_VERSION_CURRENT < ((1 * 10000000) + (17 * 100000) + (99 * 1000))
7     #define XORG 117
8     +#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (18 * 100000) + (99 * 1000))
9     +#define XORG 118
10     #else
11     -#error "X.Org newer than 1.17 is not supported"
12     +#error "X.Org newer than 1.18 is not supported"
13     #endif
14    
15     #endif
16