[Mesa-dev] can't build/install osmesa and gl at same time

Jon TURNEY jon.turney at dronecode.org.uk
Tue Jul 17 08:48:40 PDT 2012


On 17/07/2012 06:55, Dave Airlie wrote:
> In Fedora we've always built both osmesa and GL versions of mesa, we
> used to do this in two passes but its been possible for a while to do
> this in a single pass, and it seems to work.
> 
> However now src/mesa/Makefile.am contains this:
> 
> if HAVE_OSMESA_DRIVER
> pkgconfig_DATA = osmesa.pc
> else
> pkgconfig_DATA = gl.pc
> endif
> 
> 
> so when we go to finish packaging we don't get gl.pc anymore.
> 
> Any ideas?

Yes, it looks like commit 39785488 indirectly broke this.

http://lists.freedesktop.org/archives/mesa-dev/2012-July/023720.html has a patch.

Although really it might make more sense to move osmesa.pc.in down to
drivers/osmesa and do it all there


More information about the mesa-dev mailing list