Remove bogus warning about missing wayland-egl

For some reason, we always print a confusing message that
the wayland-egl backend is not built when configure is run.
The warning is incorrect, and since it is not worth the trouble
to find out why it isn't working, we just remove it.

Fixes: QTBUG-92925
Change-Id: I01e35f21180249c1ae0db73dc3541365fb2eff41
Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
This commit is contained in:
Eskil Abrahamsen Blomfeldt 2021-04-14 11:24:20 +02:00
parent 5a8e861807
commit 218a99d7bc

View File

@ -241,8 +241,3 @@ qt_configure_add_summary_entry(ARGS "wayland-client-ivi-shell")
qt_configure_add_summary_entry(ARGS "wayland-client-wl-shell")
qt_configure_end_summary_section() # end of "Qt Wayland Client Shell Integrations" section
qt_configure_add_summary_entry(ARGS "wayland-client")
qt_configure_add_report_entry(
TYPE NOTE
MESSAGE "No wayland-egl support detected. Cross-toolkit compatibility disabled."
CONDITION NOT Wayland_FOUND
)