>> Log message:
>>   700. BuildServersOnly fix when building on a system with no installed
>>        X headers or libraries (#5559, ISHIKAWA Mutsumi).
>>
>> Modified files:
>>      xc/config/cf/:
>>        xfree86.cf 

 This problem is fixed in upstream CVS.


Index: xc/config/cf/xfree86.cf
===================================================================
RCS file: /cvs/xc/config/cf/xfree86.cf,v
retrieving revision 3.431
diff -u -a -r3.431 xfree86.cf
--- xc/config/cf/xfree86.cf     2002/12/10 15:12:15     3.431
+++ xc/config/cf/xfree86.cf     2003/01/04 06:59:58
@@ -1151,7 +1151,11 @@
 #if BuildXF86DRI
 
 #ifndef BuildGLXLibrary
-#define BuildGLXLibrary        YES
+#  if BuildServersOnly
+#    define BuildGLXLibrary    NO
+#  else
+#    define BuildGLXLibrary    YES
+#  endif
 #endif
 
 /*

-- 
ISHIKAWA Mutsumi
 <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to