summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-08-14 16:21:21 +0000
committerishmal <ishmal@users.sourceforge.net>2008-08-14 16:21:21 +0000
commitc3c5464a18ad498942694bd58db5ff0f772c64ae (patch)
tree6485005ffff65186cae37801f61179395ca9d6ba
parentTemporary switch to handle api change in Cairo 1.7+ (diff)
downloadinkscape-c3c5464a18ad498942694bd58db5ff0f772c64ae.tar.gz
inkscape-c3c5464a18ad498942694bd58db5ff0f772c64ae.zip
add svg fonts
(bzr r6623)
-rw-r--r--build-lx.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-lx.xml b/build-lx.xml
index ae4e26941..e4c02005b 100644
--- a/build-lx.xml
+++ b/build-lx.xml
@@ -173,6 +173,9 @@
/* Allow reading WordPerfect? */
#define WITH_LIBWPG 1
+ /* Do we support SVG Fonts? */
+ #define ENABLE_SVG_FONTS 1
+
#endif /* _CONFIG_H_ */
</makefile>
</target>