Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Nov 2006 15:34:07 +0100
From:      "Rene Ladan" <r.c.ladan@gmail.com>
To:        freebsd-x11@freebsd.org
Subject:   patch for xorg-server/Makefile
Message-ID:  <e890cae60611070634q2337dc23tc50fba61ccc66725@mail.gmail.com>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
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

[-- Attachment #2 --]
--- 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

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