Jon TURNEY writes:
> On 17/07/2012 16:48, Jon TURNEY wrote:
>> 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
On 17/07/2012 16:48, Jon TURNEY wrote:
> 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/mes
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_OSM
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_D