subprojects: Remove libdisplay-info wrap file

When building as subproject, this will include libdisplay-info tests
when running `meson test` and they incorrectly detect edid-decode
binary being available causing the tests to fail. There are also
issues with 32bit build.
Updating to latest libdisplay-info doesn't seem like a good solution
as that pulls in additional build dependencies.

Since this is an optional dependency, drop the wrap file.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/13657
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36897>
This commit is contained in:
David Rosca 2025-08-21 10:01:13 +02:00 committed by Marge Bot
parent f0c52fee25
commit a67a66508e
2 changed files with 0 additions and 6 deletions

View file

@ -1575,7 +1575,6 @@ 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',
fallback : ['libdisplay-info', 'di_dep'],
required : get_option('display-info'))
if dep_display_info.found()
pre_args += '-DHAVE_LIBDISPLAY_INFO'

View file

@ -1,5 +0,0 @@
[wrap-git]
directory = libdisplay-info
url = https://gitlab.freedesktop.org/emersion/libdisplay-info
revision = 92b031749c0fe84ef5cdf895067b84a829920e25