[webkit-changes] [WebKit/WebKit] 906329: [WPE] Fix build with GLib older than 2.74

Adrian Perez noreply at github.com
Mon Dec 4 14:34:21 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 906329430eb27e345bf525433f393e8a3912936a
      https://github.com/WebKit/WebKit/commit/906329430eb27e345bf525433f393e8a3912936a
  Author: Adrian Perez de Castro <aperez at igalia.com>
  Date:   2023-12-04 (Mon, 04 Dec 2023)

  Changed paths:
    M Source/WebKit/WPEPlatform/wpe/drm/WPEDRMSessionLogind.cpp

  Log Message:
  -----------
  [WPE] Fix build with GLib older than 2.74
https://bugs.webkit.org/show_bug.cgi?id=265286

Unreviewed build fix.

While 271376 at main attempted to fix g_io_unix_fd_list_get() being
undefined with versions of GLib older than 2.74, it still resulted
in build issues in some cases. This changes the included header
to the <gio/gunixfdlist.h> one listed in the documentation.

* Source/WebKit/WPEPlatform/wpe/drm/WPEDRMSessionLogind.cpp: Include
  gio/gunixfdlist.h as per the documentation instead of glib-unix.h.

Canonical link: https://commits.webkit.org/271511@main




More information about the webkit-changes mailing list