From 59f2f4885dbead3f2aece668f48c3ac749f724c2 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 11 Mar 2014 10:00:27 +0000 Subject: 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 --- src/intel_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/intel_module.c b/src/intel_module.c index 75860be2..7f31a948 100644 --- a/src/intel_module.c +++ b/src/intel_module.c @@ -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 -- cgit v1.2.3