[webkit-changes] [WebKit/WebKit] 1d0e5c: WebPrintOperationGtk.cpp: check the Cairo features...

Thomas Devoogdt noreply at github.com
Wed Sep 18 12:10:26 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1d0e5ca6393ed22a04de8bb38fd8146b746aaf89
      https://github.com/WebKit/WebKit/commit/1d0e5ca6393ed22a04de8bb38fd8146b746aaf89
  Author: Thomas Devoogdt <thomas at devoogdt.com>
  Date:   2024-09-18 (Wed, 18 Sep 2024)

  Changed paths:
    M Source/WebKit/WebProcess/WebPage/gtk/WebPrintOperationGtk.cpp

  Log Message:
  -----------
  WebPrintOperationGtk.cpp: check the Cairo features properly

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

Reviewed by Michael Catanzaro.

Cairo might be compiled without e.g. pdf, ps or svg support,
just check that to avoid compile errors at build time.

fatal error: cairo-pdf.h: No such file or directory
   43 | #include <cairo-pdf.h>
      |          ^~~~~~~~~~~~~

Canonical link: https://commits.webkit.org/283866@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