Bug 5207

Summary: Modular: SiS driver built without EXA support
Product: xorg Reporter: Thomas Winischhofer <thomas>
Component: Driver/SiSAssignee: Thomas Winischhofer <thomas>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: high    
Version: 6.99.99.902 (7.0 RC2)   
Hardware: All   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 1690    

Description Thomas Winischhofer 2005-12-01 23:03:57 UTC
In the modular build, the SiS driver is currently compiled without EXA support. 

This due to the check for a XF86EXA define in sis.h, which is not fullfilled by
the modular build system.

Solved by simply adding

AC_DEFINE(XF86EXA, 1, [Build support for Exa])

in configure.ac.
Comment 1 Adam Jackson 2005-12-02 07:27:21 UTC
sorted, thanks

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.