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
Hello
This is a continuation from a question I made in the mesa-user mailing list.
how would I set up mesa 3d to debug with gdb? and is it reasonable to do so?
I usually set libraries as meson subprojects but I don't know how to
get the meson dependency for mesa 3d.