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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to