Re: xf86-video-r128 fails to build with --disable-dri

2018-10-23 Thread Matt Turner
On Mon, Oct 22, 2018 at 11:17 PM Kevin Brace wrote: > > Hi Matt, > > When I released xf86-video-r128 DDX Version 6.11, I do not think I knew how > to use the r128 DDX compile options correctly, and that is partial reason why > this bug happened. > I just uploaded Version 6.12 to the

Re: xf86-video-r128 fails to build with --disable-dri

2018-10-23 Thread Kevin Brace
Cc: xorg-driver-ati@lists.x.org > Subject: xf86-video-r128 fails to build with --disable-dri > > It regressed between 6.10.2 and 6.11.0. See https://bugs.gentoo.org/666422 > > A quick glance indicates that it's due to 'widths' being defined only inside > > #if defined(R128DRI)

xf86-video-r128 fails to build with --disable-dri

2018-10-16 Thread Matt Turner
It regressed between 6.10.2 and 6.11.0. See https://bugs.gentoo.org/666422 A quick glance indicates that it's due to 'widths' being defined only inside #if defined(R128DRI) && defined(RENDER) ... #endif but being used unconditionally. Thanks, Matt