mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 23:28:07 +02:00
[svg] Fix build when building only the svg vector surface.
The SVG vector surface pulls in font subsetting and that in turns uses the PDF operators in cairo-type3-glyph-surface.c.
This commit is contained in:
parent
38ec6e302c
commit
0aa34c6435
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@
|
|||
#define CAIRO_HAS_FONT_SUBSET 1
|
||||
#endif
|
||||
|
||||
#if CAIRO_HAS_PS_SURFACE || CAIRO_HAS_PDF_SURFACE
|
||||
#if CAIRO_HAS_PS_SURFACE || CAIRO_HAS_PDF_SURFACE || CAIRO_HAS_FONT_SUBSET
|
||||
#define CAIRO_HAS_PDF_OPERATORS 1
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue