intel: Fix versioning of SUPPORTS_SERVER_FD
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 11 Mar 2014 10:00:27 +0000 (10:00 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 11 Mar 2014 10:01:04 +0000 (10:01 +0000)
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>
src/intel_module.c

index 75860be..7f31a94 100644 (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