[Mesa-dev] [PATCH] build: Add --enable-gallium-osmesa flag.
Kevin H. Hobbs
hobbsk at ohio.edu
Wed Aug 21 07:46:03 PDT 2013
On 08/21/2013 10:06 AM, Brian Paul wrote:
> On 08/20/2013 03:18 PM, Matt Turner wrote:
>> The Gallium implementation is apparently not ready for regular
>> consumption, so as much as I hate adding more build-time options, here's
>> another.
>>
>
> The intention was for the old/swrast version of OSMesa would wind up in
> lib/ while the gallium version would wind up in lib/gallium/. I thought
> that's what I implemented. Or is it "make install" that's causing
> overwriting?
>
After make install :
my install directory has no lib/gallium
my install directory has /lib/libOSMesa.so.8.0.0 which is the gallium
version and symlinks to it.
my build directory has lib/libOSMesa.so and lib/libOSMesa.so.8 which
are symlinks to libOSMesa.so.8.0.0 which does not exist.
my build directory has lib/gallium
my build directory has libOSMesa.so.8.0.0 and symlinks to it in
lib/gallium
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 255 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130821/7c497f2f/attachment.pgp>
More information about the mesa-dev
mailing list