mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
Fix xserver version detection.
Newer xserver releases report a version of 1.x, which is smaller than 6.8.99.900.
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
(((major) * 10000000) + ((minor) * 100000) + ((patch) * 1000) + snap)
|
||||
#define XF86_VERSION_CURRENT XF86_VERSION_NUMERIC(4,3,99,902,0)
|
||||
#endif
|
||||
#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(6,8,99,900,0)
|
||||
#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(6,8,99,900,0) || XORG_VERSION_CURRENT < XORG_VERSION_NUMERIC(4,0,0,0,0)
|
||||
#define SISISXORG6899900
|
||||
#endif
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user