summaryrefslogtreecommitdiffstats
path: root/extra/source/tigervnc/patches/tigervnc.support.xorg.118.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/source/tigervnc/patches/tigervnc.support.xorg.118.patch')
-rw-r--r--extra/source/tigervnc/patches/tigervnc.support.xorg.118.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/extra/source/tigervnc/patches/tigervnc.support.xorg.118.patch b/extra/source/tigervnc/patches/tigervnc.support.xorg.118.patch
deleted file mode 100644
index a0d5b9304..000000000
--- a/extra/source/tigervnc/patches/tigervnc.support.xorg.118.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./unix/xserver/hw/vnc/xorg-version.h.orig 2015-07-11 08:00:36.000000000 -0500
-+++ ./unix/xserver/hw/vnc/xorg-version.h 2015-11-12 16:19:53.643193478 -0600
-@@ -48,8 +48,10 @@
- #define XORG 116
- #elif XORG_VERSION_CURRENT < ((1 * 10000000) + (17 * 100000) + (99 * 1000))
- #define XORG 117
-+#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (18 * 100000) + (99 * 1000))
-+#define XORG 118
- #else
--#error "X.Org newer than 1.17 is not supported"
-+#error "X.Org newer than 1.18 is not supported"
- #endif
-
- #endif