Code

* add rule in configure.ac so that only who has cairo > 1.6.4 (currently cairo git...
[inkscape.git] / src / sp-font-face.h
index 754125831ab6e2a0722dfed792caf57979027e01..d4ac8790a0f7151895634d582705b1a9b04207a4 100644 (file)
@@ -1,3 +1,5 @@
+#include "config.h"
+#ifdef ENABLE_SVG_FONTS
 #ifndef __SP_FONTFACE_H__
 #define __SP_FONTFACE_H__
 
@@ -65,3 +67,4 @@ struct SPFontFaceClass {
 GType sp_fontface_get_type (void);
 
 #endif //#ifndef __SP_FONTFACE_H__
+#endif //#ifdef ENABLE_SVG_FONTS