[PATCH xf86-video-sis 2/3] Fix for xf86InterceptSigIll() discontinuation in X Server 1.20
Kevin Brace
kevinbrace at gmx.com
Tue Nov 26 17:36:08 UTC 2019
xf86InterceptSigIll() will still be used on X.Org X Server 1.19 or
older.
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
---
src/sis.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sis.h b/src/sis.h
index b30f7a8..c2da9e1 100644
--- a/src/sis.h
+++ b/src/sis.h
@@ -270,7 +270,7 @@
#undef SISCHECKOSSSE
#ifdef XORG_VERSION_CURRENT
-#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(6,8,99,13,0)
+#if (XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(6,8,99,13,0)) || (XORG_VERSION_CURRENT < XORG_VERSION_NUMERIC(1,19,99,1,0))
#define SISCHECKOSSSE /* Automatic check OS for SSE; requires SigIll facility */
#endif
#endif
--
2.17.1
More information about the xorg-devel
mailing list