meson/android: drop redundant libdisplay-info dep

It's only used by common wsi, but not Android.

Fixes: 2c870bbe20 ("build: Add dependency on libdisplay-info")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36795>
This commit is contained in:
Yiwei Zhang
2025-08-15 12:25:00 -07:00
committed by Marge Bot
parent 81a79234d8
commit 69de00efe2

View File

@@ -1575,7 +1575,7 @@ if dep_zlib.found()
pre_args += '-DHAVE_ZLIB'
endif
if host_machine.system() == 'windows'
if host_machine.system() == 'windows' or with_platform_android
dep_display_info = null_dep
else
dep_display_info = dependency('libdisplay-info', version : '>= 0.1.1',