[webkit-changes] [WebKit/WebKit] f407ec: [GTK] Build fix for Debian stable after 263331 at main

Diego Pino noreply at github.com
Thu May 4 19:49:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f407ecf491e1ee9b2fc63f594ef6413b0ceb8ec9
      https://github.com/WebKit/WebKit/commit/f407ecf491e1ee9b2fc63f594ef6413b0ceb8ec9
  Author: Diego Pino Garcia <dpino at igalia.com>
  Date:   2023-05-04 (Thu, 04 May 2023)

  Changed paths:
    M Tools/MiniBrowser/gtk/main.c

  Log Message:
  -----------
  [GTK] Build fix for Debian stable after 263331 at main
https://bugs.webkit.org/show_bug.cgi?id=255518

Reviewed by Adrian Perez de Castro.

Macro 'G_OPTION_ENTRY_NULL' is only defined since glib 2.70, which is
not featured in Debian Stable.

* Tools/MiniBrowser/gtk/main.c: Replace macro 'G_OPTION_ENTRY_NULL' for NULL.
(addSettingsGroupToContext):

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




More information about the webkit-changes mailing list