a67a66508e
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>