In Source/cmake/OptionsWPE.cmake (and OptionsWPE.cmake) we have the following: find_package(GIDocgen) if (ENABLE_DOCUMENTATION AND NOT GIDocgen_FOUND) message(FATAL_ERROR "gi-docgen is needed for ENABLE_INTROSPECTION.") endif () when in reality the dependency is the other way around: introspection is needed for the gi-docgen documentation generator.
Pull request: https://github.com/WebKit/WebKit/pull/2472
Committed 252538@main (85864ba4b069): <https://commits.webkit.org/252538@main> Reviewed commits have been landed. Closing PR #2472 and removing active labels.
<rdar://problem/97121238>