[Webkit-unassigned] [Bug 248727] New: gdesktopappinfo.h not excluded on macOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 3 17:30:04 PST 2022


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

            Bug ID: 248727
           Summary: gdesktopappinfo.h not excluded on macOS
           Product: WebKit
           Version: Other
          Hardware: Mac (Apple Silicon)
                OS: macOS 13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: echassiers.09-regards at icloud.com
                CC: bugs-noreply at webkitgtk.org

After dropping libnotify in 2.38.0, we now have

#include <gio/gdesktopappinfo.h>

in Source/WebKit/UIProcess/Notifications/glib/NotificationService.cpp.

This prevents WebKitGTK from being built on macOS, where gdesktopappinfo.h is not available.

A quick fix would be to simply wrap the affected parts with #ifndef __APPLE__.

-- 
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/20221204/7e7e984a/attachment.htm>


More information about the webkit-unassigned mailing list