mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
nvk: drop some needless definitions and deps
We already have these two: - dep_android comes from vulkan_lite_runtime_deps, through idep_vulkan_runtime. - VK_USE_PLATFORM_ANDROID_KHR comes from idep_vulkan_wsi_defines, through idep_vulkan_runtime. So let's remove these two, as they don't really add anything new. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36716>
This commit is contained in:
parent
3bd0badd3a
commit
657080fe59
1 changed files with 0 additions and 2 deletions
|
|
@ -132,8 +132,6 @@ nvk_deps = [
|
|||
nvk_flags = []
|
||||
|
||||
if with_platform_android
|
||||
nvk_deps += [dep_android]
|
||||
nvk_flags += '-DVK_USE_PLATFORM_ANDROID_KHR'
|
||||
nvk_files += files('nvk_android.c')
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue