meson/megadriver: simplify setting common megadriver arguments

Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32333>
(cherry picked from commit 6586f755b9)
This commit is contained in:
Eric Engestrom
2024-11-25 18:26:30 +01:00
committed by Dylan Baker
parent 3d96958812
commit 7c57de1282
6 changed files with 9 additions and 6 deletions

View File

@@ -11,3 +11,6 @@ gen_vs_module_defs_normal_command = [
]
symbols_check = find_program('symbols-check.py')
install_megadrivers_py = find_program('install_megadrivers.py')
install_megadrivers = [
install_megadrivers_py.full_path(),
]