summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2021-04-14 11:24:20 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2021-04-21 09:08:53 +0000
commite10894ed98a5c5df223fc82a108f7198a00079bf (patch)
tree6d46c4d64895be64b19c5638aedeb2dae9a7cea4 /src
parent6286ec73ba6b944d3aed8321617a3921747f1ca8 (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/client/configure.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client/configure.cmake b/src/client/configure.cmake
index ba87484be..11612d11f 100644
--- a/src/client/configure.cmake
+++ b/src/client/configure.cmake
@@ -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
-)