diff options
author | Adam Jackson <ajax@redhat.com> | 2012-10-18 14:24:20 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2013-09-10 13:28:24 -0400 |
commit | abbd85742a390e18497b96902a0c0d976739e3bd (patch) | |
tree | cf480cccb1ff075810d0d73c36b05a2099ae7fc8 /os | |
parent | dff81687f5eac3eac9b49f58d4654cc30add2547 (diff) |
dix: FIXES is not optional
It's already not optional at configure time, this just makes it so at
build time too.
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'os')
-rw-r--r-- | os/utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/os/utils.c b/os/utils.c index 60e828e28..97c3125e6 100644 --- a/os/utils.c +++ b/os/utils.c @@ -169,9 +169,7 @@ Bool noXFree86DRIExtension = FALSE; #ifdef XF86VIDMODE Bool noXFree86VidModeExtension = FALSE; #endif -#ifdef XFIXES Bool noXFixesExtension = FALSE; -#endif #ifdef PANORAMIX /* Xinerama is disabled by default unless enabled via +xinerama */ Bool noPanoramiXExtension = TRUE; |