[Webkit-unassigned] [Bug 242710] New: [CMake] Wrong message about dependency between introspection and gi-docgen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 13 12:53:31 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=242710

            Bug ID: 242710
           Summary: [CMake] Wrong message about dependency between
                    introspection and gi-docgen
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Linux
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220713/15397e28/attachment.htm>


More information about the webkit-unassigned mailing list