Bug 5207 - Modular: SiS driver built without EXA support
Summary: Modular: SiS driver built without EXA support
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/SiS (show other bugs)
Version: 6.99.99.902 (7.0 RC2)
Hardware: All Linux (All)
: high blocker
Assignee: Thomas Winischhofer
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 1690
  Show dependency treegraph
 
Reported: 2005-12-01 23:03 UTC by Thomas Winischhofer
Modified: 2005-12-01 12:27 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.