diff options
Diffstat (limited to 'src/atimisc.c')
-rw-r--r-- | src/atimisc.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/atimisc.c b/src/atimisc.c index a84eac49..61801eb7 100644 --- a/src/atimisc.c +++ b/src/atimisc.c @@ -19,6 +19,9 @@ * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. + * + * DRI support by: + * Leif Delgass <ldelgass@retinalburn.net> */ #ifdef XFree86LOADER @@ -81,6 +84,13 @@ ATISetup #endif /* AVOID_CPIO */ +#ifdef XF86DRI + + ATIdrmSymbols, + ATIdriSymbols, + +#endif /* XF86DRI */ + ATIfbSymbols, ATIshadowfbSymbols, ATIxaaSymbols, |