Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2006 00:04:41 +0100
From:      Rene Ladan <r.c.ladan@gmail.com>
To:        x11@freebsd.org
Subject:   Re: patch for xorg-server/Makefile
Message-ID:  <456B6F09.2050205@gmail.com>
In-Reply-To: <e890cae60611070634q2337dc23tc50fba61ccc66725@mail.gmail.com>
References:  <e890cae60611070634q2337dc23tc50fba61ccc66725@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Rene Ladan schreef:
> Hi,
> 
> the attached patch fixes the WITHOUT_AIGLX knob for
> x11-servers/xorg-server.
> I found out that the configure script enables AIGLX by default, so the
> --enable-aiglx knob has to be set to "no" to disable AIGLX.
> 
> Regards,
> Rene
> 
> 
> ------------------------------------------------------------------------
> 
> --- Makefile.orig	Tue Nov  7 12:14:25 2006
> +++ Makefile	Tue Nov  7 12:16:28 2006
> @@ -41,6 +41,8 @@
>  
>  .if !defined(WITHOUT_AIGLX)
>  CONFIGURE_ARGS+=	--enable-aiglx=yes
> +.else
> +CONFIGURE_ARGS+=	--enable-aiglx=no
>  .endif
>  		
>  .if !defined(NO_SUID_XSERVER) || ${NO_SUID_XSERVER} == NO

I guess this patch was lost in the mail traffic?

Regards,
Rene
-- 
GPG fingerprint = E738 5471 D185 7013 0EE0  4FC8 3C1D 6F83 12E1 84F6
(subkeys.pgp.net)

"It won't fit on the line."
		-- me, 2001




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