Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2013 01:57:44 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Niclas Zeising <zeising@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r321899 - in head/x11-servers/xorg-server: . files
Message-ID:  <20130628015744.GA46650@FreeBSD.org>
In-Reply-To: <201306271838.r5RIcRnX036636@svn.freebsd.org>
References:  <201306271838.r5RIcRnX036636@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130628015744.GA46650>