mesa/src/gfxstream/meson.build
Gurchetan Singh f29a905ab6 gfxstream: explicitly list Python dependencies for gfxstream codegen
This helps Meson track when dependencies are modified.  If they
are modified, running ninja -C actually re-generates the code.
Beforehand, this was not the case and contrary to the user
expectation.

Reviewed-by: David Gilhooley <djgilhooley.gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39205>
2026-01-08 08:02:37 -08:00

8 lines
174 B
Meson

# Copyright © 2024 Google
# SPDX-License-Identifier: MIT
vk_gfxstream_xml = files('codegen/xml/vk_gfxstream.xml')
subdir('aemu')
subdir('codegen/scripts')
subdir('guest')