diff options
author | Pierre Ossman <ossman@cendio.se> | 2015-01-27 16:46:06 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2015-01-27 16:46:06 +0100 |
commit | 6330d1465cbb53a888f211c717eab22dd3fd6dba (patch) | |
tree | 55a9f82e8b02aaed6eb4e0755dede3e49033a5c2 /unix/xserver/hw | |
parent | 56610fb847eaf1fe27a5b7331ede93296ff835ff (diff) | |
download | tigervnc-6330d1465cbb53a888f211c717eab22dd3fd6dba.tar.gz tigervnc-6330d1465cbb53a888f211c717eab22dd3fd6dba.zip |
Raise base Xorg requirement to 1.7
We're not testing or maintaining anything older than that.
Diffstat (limited to 'unix/xserver/hw')
-rw-r--r-- | unix/xserver/hw/vnc/xorg-version.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/unix/xserver/hw/vnc/xorg-version.h b/unix/xserver/hw/vnc/xorg-version.h index 057c31e7..234e2503 100644 --- a/unix/xserver/hw/vnc/xorg-version.h +++ b/unix/xserver/hw/vnc/xorg-version.h @@ -24,10 +24,8 @@ #include <dix-config.h> #endif -#if XORG_VERSION_CURRENT < ((1 * 10000000) + (5 * 100000) + (99 * 1000)) -#define XORG 15 -#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (6 * 100000) + (99 * 1000)) -#define XORG 16 +#if XORG_VERSION_CURRENT < ((1 * 10000000) + (6 * 100000) + (99 * 1000)) +#error "X.Org older than 1.7 is not supported" #elif XORG_VERSION_CURRENT < ((1 * 10000000) + (7 * 100000) + (99 * 1000)) #define XORG 17 #elif XORG_VERSION_CURRENT < ((1 * 10000000) + (8 * 100000) + (99 * 1000)) |