svn commit: r321899 - in head/x11-servers/xorg-server: . files

Alexey Dokuchaev danfe at FreeBSD.org
Fri Jun 28 01:57:44 UTC 2013


On Thu, Jun 27, 2013 at 06:38:27PM +0000, Niclas Zeising wrote:
> New Revision: 321899
> URL: http://svnweb.freebsd.org/changeset/ports/321899
> 
> Log:
>   Enable AIGLX by default on xorg-server 1.12. (WITH_NEW_XORG)
>   [...]
> 
> +@@ -1042,7 +1042,7 @@
> +     else
> + 	xf86Info.estimateSizesAggressively = 0;
> + 
> +-    xf86Info.aiglx = TRUE;
> ++    xf86Info.aiglx = FALSE;

But it goes from TRUE to FALSE.  Should xf86Info.aiglx be interpreted as
xf86Info.**disable**aiglx instead?

./danfe


More information about the svn-ports-head mailing list