[Mesa-dev] [PATCH] build: Add --enable-gallium-osmesa flag.
Brian Paul
brianp at vmware.com
Wed Aug 21 07:06:38 PDT 2013
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?
In any case, I just did a build just now and I wound up with dangling
symlinks in lib:
$ ls -l lib/libOS*
lrwxrwxrwx 2 brianp users 18 Aug 20 16:53 lib/libOSMesa.so ->
libOSMesa.so.8.0.0
lrwxrwxrwx 2 brianp users 18 Aug 20 16:53 lib/libOSMesa.so.8 ->
libOSMesa.so.8.0.0
$ file lib/libOSMesa.so.8
lib/libOSMesa.so.8: broken symbolic link to `libOSMesa.so.8.0.0'
How about you?
The lib/gallium/libOSMesa* files/links look fine.
-Brian
More information about the mesa-dev
mailing list