Awesome, thanks for the info.
El mié, 3 abr 2024 a las 12:39, Adam Jackson () escribió:
>
> I don't know anything about using Mesa as a meson subproject, but the way I
> usually test a local Mesa build is:
>
> https://docs.mesa3d.org/install.html#running-against-a-local-build-easy-way
>
> For exa
I don't know anything about using Mesa as a meson subproject, but the way I
usually test a local Mesa build is:
https://docs.mesa3d.org/install.html#running-against-a-local-build-easy-way
For example if I wanted to run gdb on glxgears I might say:
$ meson devenv -C build gdb -q glxgears
You can