Re: Fixing xserver to compile with --enable-dri
Ely Levy <[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <[email protected]> |
I found the exact place I think http://pdx.freedesktop.org/cgi-bin/viewcvs.cgi/xserver/dri/dri.c.diff?r1=1.2&r2=1.3&cvsroot=xserver the #define _XF86DRI_SERVER_ line shouldn't have been removed it seems like a typo. Nakee On Wed, 10 Mar 2004, Ely Levy wrote: > The problem is that it's not defined in xf86dri.h so I added the #define > line to xf86dristr.h which includes that file. > > and better solution would be to remove the ifdef and all in it but I'm not > sure why it was kept > > Nakee >