Bug 1125

Summary: libOSMesa does not build properly on Darwin
Product: xorg Reporter: Torrey T. Lyons <torrey>
Component: Server/Ext/GLXAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: high CC: kem
Version: 6.8.0   
Hardware: PowerPC   
OS: Mac OS X (All)   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 351    

Description Torrey T. Lyons 2004-08-18 12:29:46 UTC
libOSMesa fails to build on a clean Darwin system without /usr/X11R6. The following patch fixes this:

Index: mesa/drivers/osmesa/Imakefile
===============================================================
====
RCS file: /cvs/xorg/xc/lib/GL/mesa/drivers/osmesa/Imakefile,v
retrieving revision 1.1.3.1
diff -u -d -b -w -r1.1.3.1 Imakefile
--- mesa/drivers/osmesa/Imakefile       16 Jun 2004 09:25:10 -0000      1.1.3.1
+++ mesa/drivers/osmesa/Imakefile       18 Aug 2004 19:26:48 -0000
@@ -62,7 +62,7 @@
 #endif
 
 #if !GlxUseBuiltInDRIDriver
- REQUIREDLIBS = $(LDPRELIB) $(GLXLIB)
+ REQUIREDLIBS = $(LDPRELIB) $(XLIB) $(GLXLIB)
 #endif
 
 #include <Library.tmpl>
Comment 1 Kevin E. Martin 2004-08-18 16:13:25 UTC
Patch checked in.
Closing.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.