<div dir="ltr">I suspect that I'm doing something wrong, but as far as I can see, this should work.<div><br></div><div>I downloaded the mesa-19.1.6 source, unpacked the tarball, and then executed the following three commands:</div><div><br></div><div>meson build-mesa</div><div>meson configure build-mesa -Ddefault_library=both -Dosmesa=gallium -Dgallium_drivers=swrast</div><div>ninja -C build-mesa</div><div><br></div><div>The intention is to build the statically linked OSMesa library that uses the gallium drivers.  When the build had finished build-mesa/src/gallium/targets/osmesa only contained the shared library, there was no file anywhere in build-mesa that matched the pattern *OSMesa*.a</div><div><br></div><div>What should I do to fix this?</div></div>