mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 13:10:10 +01:00
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:
parent
81a79234d8
commit
69de00efe2
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue