[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:
M Joonas Pihlaja 2008-12-23 02:18:14 +02:00
parent 38ec6e302c
commit 0aa34c6435

View file

@ -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