From 6ffc5611c8a9ba61387f571449d2290aed2266dc Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 2 Dec 2020 16:46:06 -0800 Subject: [PATCH] docs: Fix the documentation of the OSMesa path. Typo in gallium, along with the fact that gallium's osmesa installs to the same directory as classic's. Reviewed-by: Eric Engestrom Part-of: --- docs/osmesa.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/osmesa.rst b/docs/osmesa.rst index 48bf65e8ba2..95cd84e70e9 100644 --- a/docs/osmesa.rst +++ b/docs/osmesa.rst @@ -36,8 +36,7 @@ When the build is complete you should find: :: - $PWD/builddir/install/lib/libOSMesa.so (swrast-based OSMesa) - $PWD/builddir/install/lib/gallium/libOSMsea.so (Gallium-based OSMesa) + $PWD/builddir/install/lib/libOSMesa.so Set your LD_LIBRARY_PATH to point to $PWD/builddir/install to use the libraries