[Mesa-dev] can't build/install osmesa and gl at same time
Dave Airlie
airlied at gmail.com
Mon Jul 16 22:55:36 PDT 2012
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?
Dave.
More information about the mesa-dev
mailing list