[webkit-changes] [WebKit/WebKit] 3a1c08: REGRESSION(276012 at main): CMake fails with GObject-...
Adrian Perez
noreply at github.com
Wed Mar 13 05:16:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3a1c08120188470f531a1a3a4837b496cc900bd7
https://github.com/WebKit/WebKit/commit/3a1c08120188470f531a1a3a4837b496cc900bd7
Author: Adrian Perez de Castro <aperez at igalia.com>
Date: 2024-03-13 (Wed, 13 Mar 2024)
Changed paths:
M Source/WebKit/PlatformGTK.cmake
Log Message:
-----------
REGRESSION(276012 at 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
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list