mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-07 09:48:03 +02:00
[win32] win32 also uses font subsets.
Include win32 in the list of font subset users, fixes build when cross-compiling.
This commit is contained in:
parent
1d3453eee5
commit
ceab32e2c3
1 changed files with 4 additions and 1 deletions
|
|
@ -72,7 +72,10 @@
|
|||
|
||||
#include "cairo-compiler-private.h"
|
||||
|
||||
#if CAIRO_HAS_PS_SURFACE || CAIRO_HAS_PDF_SURFACE || CAIRO_HAS_SVG_SURFACE
|
||||
#if CAIRO_HAS_PS_SURFACE || \
|
||||
CAIRO_HAS_PDF_SURFACE || \
|
||||
CAIRO_HAS_SVG_SURFACE || \
|
||||
CAIRO_HAS_WIN32_SURFACE
|
||||
#define CAIRO_HAS_FONT_SUBSET 1
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue