WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
242710
[CMake] Wrong message about dependency between introspection and gi-docgen
https://bugs.webkit.org/show_bug.cgi?id=242710
Summary
[CMake] Wrong message about dependency between introspection and gi-docgen
Adrian Perez
Reported
2022-07-13 12:53:31 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
lisiwei
Comment 1
2022-07-15 14:46:45 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/2472
EWS
Comment 2
2022-07-16 05:51:54 PDT
Committed
252538@main
(85864ba4b069): <
https://commits.webkit.org/252538@main
> Reviewed commits have been landed. Closing PR #2472 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2022-07-16 05:52:16 PDT
<
rdar://problem/97121238
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug