Noob question

Manuel Dun <[email protected]> Fri, 29 Mar 2024 18:27:31 -0400
Newsgroups gmane.comp.video.mesa3d.user
Message-ID <CADkQz_hhUMnC_HYDG9RrEVACSV8n_gHPjD57yqm=HFphgtGeGw@mail.gmail.com>
Greeting

I want to link a vulkan app written by me to the mesa3d source code to
be able to step in it with the debugger. The app has the mesa 3d as a
subproject. My question is, what is the name of the vulkan dependency
so i can add it to my executable in the meson.build? Is it possible to
do it this way? What would be the correct way to do this?

My current setup is linux mint os with an amd gpu and I was able to
compile mesa 3d version 23.3

Thanks