Code

Fixed compilation when the new SVG font stuff is not enabled.
[inkscape.git] / src / display / nr-arena-glyphs.cpp
index 63af4787adbf14cf14641f126cc8a61ddd7a413b..7ca6d9aa157fb2a42ca33aa6c41b04dff9705df9 100644 (file)
@@ -37,7 +37,9 @@
 void nr_pixblock_render_shape_mask_or(NRPixBlock &m, Shape *theS);
 #endif
 
+#ifdef ENABLE_SVG_FONTS
 #include "nr-svgfonts.h"
+#endif //#ifdef ENABLE_SVG_FONTS
 
 static void nr_arena_glyphs_class_init(NRArenaGlyphsClass *klass);
 static void nr_arena_glyphs_init(NRArenaGlyphs *glyphs);