mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 17:58:09 +02:00
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>
8 lines
174 B
Meson
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')
|