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:
Chris Wilson 2014-03-11 10:00:27 +00:00
parent 78970676e7
commit 59f2f4885d
1 changed files with 1 additions and 1 deletions

View File

@ -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