patch for xorg-server/Makefile

Rene Ladan r.c.ladan at gmail.com
Mon Nov 27 21:31:12 PST 2006


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



More information about the freebsd-x11 mailing list