Bug 7405

Summary: GLU build based on hardware driver when using osmesa
Product: Mesa Reporter: bgossage
Component: GLUAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: medium    
Version: 6.5   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: Fix for using GLU with osmesa

Description bgossage 2006-07-03 07:51:50 UTC
Using GLU and osmesa together doesn't work since GLU is linked against the 
hardware GL driver.  This causes the application to link to both hardware and 
offscreen GL.  

This can be fixed by adding the following to the linux-osmesa16/32 config:

GLU_LIB_DEPS = -L$(LIB_DIR) -l$(OSMESA_LIB)
Comment 1 bgossage 2006-07-03 07:53:05 UTC
Created attachment 6110 [details] [review]
Fix for using GLU with osmesa
Comment 2 Brian Paul 2006-07-03 16:11:48 UTC
Checked in.  Thanks.

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.