After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 600222 - Check for existence of cairo-svg.h in configure.in
Check for existence of cairo-svg.h in configure.in
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Printing
2.18.x
Other Linux
: Normal trivial
: ---
Assigned To: gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2009-10-31 13:06 UTC by Nirbheek Chauhan
Modified: 2009-11-06 04:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure.in check for cairo-svg.h (821 bytes, patch)
2009-10-31 13:09 UTC, Nirbheek Chauhan
committed Details | Review

Description Nirbheek Chauhan 2009-10-31 13:06:48 UTC
Ever since 39b960216c91dba2af2730e0e49893af155b0bfc [Add SVG support to GtkPrintBackendFile (#357655)], gtk+ has been using cairo-svg.h, but not checking for it. This is inconsistent with the ps and pdf backends for print-to-file.

Attached patch adds a check for this.
Comment 1 Nirbheek Chauhan 2009-10-31 13:09:04 UTC
Created attachment 146640 [details] [review]
configure.in check for cairo-svg.h
Comment 2 Matthias Clasen 2009-11-05 22:49:28 UTC
Comment on attachment 146640 [details] [review]
configure.in check for cairo-svg.h

Looks fine.
Comment 3 Javier Jardón (IRC: jjardon) 2009-11-06 04:49:19 UTC
Comment on attachment 146640 [details] [review]
configure.in check for cairo-svg.h

http://git.gnome.org/cgit/gtk+/commit/?id=aaa126d39f4ceee9b0b507e7412577e7354e5b14
Comment 4 Javier Jardón (IRC: jjardon) 2009-11-06 04:49:39 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.