Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REGRESSION(276012@main): CMake fails with GObject-Introspection disabled #25811

Merged

Commits on Mar 13, 2024

  1. REGRESSION(276012@main): CMake fails with GObject-Introspection disabled

    https://bugs.webkit.org/show_bug.cgi?id=269377
    
    Reviewed by Michael Catanzaro and Philippe Normand.
    
    * Source/WebKit/PlatformGTK.cmake: Quote the expansion of ${GI_VERSION}
      to ensure VERSION_GREATER_EQUAL has at least an empty string as value
      to compare against; otherwise when the variable is undefined there was
      no left-hand side of the comparison, which resulted in CMake erroring
      due to wrong syntax.
    
    Canonical link: https://commits.webkit.org/276019@main
    aperezdc committed Mar 13, 2024
    Copy the full SHA
    3a1c081 View commit details
    Browse the repository at this point in the history