Files
mesa/src
Chad Versace 0845cabc72 vulkan: Track dependencies of Python imports
The meson.build was unaware of transitive dependencies introduced by
Python imports.

Android still needs fixing. But I did not update the Android files lest
I break the build.

Ideally, we would fix this by using a Python runner that generates
a depfile, similar to how meson creates depfiles for C files by passing
flags -MD -MQ -MF to gcc. But this patch gets the job done, without
stalling on the ideal general solution, by manually tracking the Python
imports in new 'foo_depend_files' variables.

CC: mesa-stable@lists.freedesktop.org
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1466>
2021-04-08 14:15:54 +00:00
..
2021-03-20 10:38:55 +00:00
2021-03-19 15:43:49 +00:00
2021-01-09 20:51:35 -06:00
2021-03-31 06:28:18 +00:00
2021-03-20 10:38:55 +00:00
2021-01-11 22:45:01 +00:00
2021-01-11 22:45:01 +00:00