intel: Fix versioning of SUPPORTS_SERVER_FD
The current snapshot is 1.15.99.901, which means that the new feature will first be available in 1.15.99.902. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
78970676e7
commit
59f2f4885d
|
|
@ -420,7 +420,7 @@ static Bool intel_driver_func(ScrnInfoPtr pScrn,
|
|||
|
||||
return TRUE;
|
||||
|
||||
#if XORG_VERSION_CURRENT > XORG_VERSION_NUMERIC(1,15,99,902,0)
|
||||
#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,15,99,902,0)
|
||||
case SUPPORTS_SERVER_FDS:
|
||||
return TRUE;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue