diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-08-14 12:42:43 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-08-14 12:42:43 +0000 |
| commit | 0affd2a9519a789ede49c90cd58f89a8491ac275 (patch) | |
| tree | e44af38e4a2401f974fada0ff4951941fb557f6b /build.xml | |
| parent | add comment (diff) | |
| download | inkscape-0affd2a9519a789ede49c90cd58f89a8491ac275.tar.gz inkscape-0affd2a9519a789ede49c90cd58f89a8491ac275.zip | |
enable svg fonts
(bzr r6620)
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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"/> |
