[Webkit-unassigned] [Bug 281050] New: REGRESSION(268543 at main) [GTK][WPE] Build broken with ENABLE_NOTIFICATIONS=OFF

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 8 05:31:53 PDT 2024


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

            Bug ID: 281050
           Summary: REGRESSION(268543 at main) [GTK][WPE] Build broken with
                    ENABLE_NOTIFICATIONS=OFF
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: magomez at igalia.com
                CC: bugs-noreply at webkitgtk.org

ENABLE_NOTIFICATION_EVENT is being enabled even when ENABLE_NOTIFICATIONS is disabled. This comes from 268543 at main, where PlatformEnable.h was divided into platform specific files and PlatformEnableGLib.h was added. In that file, ENABLE_NOTIFICATION_EVENT should be enabled only if ENABLE_NOTIFICATIONS was enabled, but that check is missing. Due to that, a later check in PlatformEnable.h that ensures that ENABLE_NOTIFICATION_EVENT is enabled only if ENABLE_NOTIFICATIONS fails and breaks the build.

-- 
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/20241008/d7554644/attachment.htm>


More information about the webkit-unassigned mailing list