summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-08-14 12:42:43 +0000
committerishmal <ishmal@users.sourceforge.net>2008-08-14 12:42:43 +0000
commit0affd2a9519a789ede49c90cd58f89a8491ac275 (patch)
treee44af38e4a2401f974fada0ff4951941fb557f6b /build.xml
parentadd comment (diff)
downloadinkscape-0affd2a9519a789ede49c90cd58f89a8491ac275.tar.gz
inkscape-0affd2a9519a789ede49c90cd58f89a8491ac275.zip
enable svg fonts
(bzr r6620)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index a856c6667..02f0f4ecf 100644
--- a/build.xml
+++ b/build.xml
@@ -171,6 +171,9 @@
/* Allow reading WordPerfect? */
#define WITH_LIBWPG 1
+ /* Do we support SVG Fonts? */
+ #define ENABLE_SVG_FONTS 1
+
#endif /* _CONFIG_H_ */
</makefile>
</target>
@@ -290,8 +293,8 @@
<!-- Compile from source to build -->
<cc cc="${arch}gcc" cxx="${arch}g++"
destdir="${build}/obj"
- continueOnError="true"
- refreshCache="${refresh}">
+ continueOnError="true"
+ refreshCache="${refresh}">
<fileset dir="${src}">
<!-- THINGS TO EXCLUDE -->
<exclude name="2geom/chebyshev.cpp"/>