RESOLVED FIXED280774
[WPE] Building the Qt6 support requires ENABLE_WPE_PLATFORM=ON
https://bugs.webkit.org/show_bug.cgi?id=280774
Summary [WPE] Building the Qt6 support requires ENABLE_WPE_PLATFORM=ON
Adrian Perez
Reported 2024-10-02 11:42:46 PDT
The CMake build system currently allows the following combination of options -DENABLE_WPE_PLATFORM=OFF -DENABLE_WPE_QT_API=ON -DUSE_QT6=ON which results in build failures because the Qt6 support uses libWPEPlatform unconditionally. The CMake build system should know about this dependency and stop while configuring the build, instead of letting failures show up later on after a (possibly lengthy) compile.
Attachments
Adrian Perez
Comment 1 2024-10-02 11:49:45 PDT
EWS
Comment 2 2024-10-03 00:29:35 PDT
Committed 284604@main (c4acb0f0486c): <https://commits.webkit.org/284604@main> Reviewed commits have been landed. Closing PR #34585 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.