mirror of
git://slackware.nl/current.git
synced 2025-01-18 22:27:20 +01:00
15 lines
509 B
Diff
15 lines
509 B
Diff
|
--- ./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
|