These no longer get built by default. Any objections against the
attached patch?


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast
Index: config/cf/host.def
===================================================================
RCS file: /cvsroot/dri/xc/xc/config/cf/host.def,v
retrieving revision 1.43
diff -p -u -r1.43 host.def
--- config/cf/host.def	30 Oct 2002 10:08:49 -0000	1.43
+++ config/cf/host.def	7 Nov 2002 14:11:00 -0000
@@ -74,6 +76,8 @@
  * Don't change anything below or the build will fail.
  */
 #define BuildServersOnly YES
+#define BuildGLULibrary YES
+#define BuildGLwLibrary YES
 #define BuildXvLibrary YES
 #define BuildXvMCLibrary YES
 #define BuildLibrariesForXServers NO
Index: lib/Imakefile
===================================================================
RCS file: /cvsroot/dri/xc/xc/lib/Imakefile,v
retrieving revision 1.11
diff -p -u -r1.11 Imakefile
--- lib/Imakefile	27 Oct 2002 06:25:17 -0000	1.11
+++ lib/Imakefile	7 Nov 2002 14:12:40 -0000
@@ -81,11 +81,11 @@ XRESLIBDIR = XRes
 GLXLIBDIR = GL
 #endif
 
-#if BuildGLwLibrary && BuildLibraries
+#if BuildGLwLibrary
 GLWLIBDIR = GLw
 #endif
 
-#if BuildGLULibrary && BuildLibraries
+#if BuildGLULibrary
 GLULIBDIR = GLU
 #endif
 

Reply via email to