Bug 7405 - GLU build based on hardware driver when using osmesa
Summary: GLU build based on hardware driver when using osmesa
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: GLU (show other bugs)
Version: 6.5
Hardware: x86 (IA32) Linux (All)
: medium minor
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-03 07:51 UTC by bgossage
Modified: 2006-07-03 16:11 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Fix for using GLU with osmesa (757 bytes, patch)
2006-07-03 07:53 UTC, bgossage
Details | Splinter Review

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.