summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-06-11 09:48:13 +0000
committerJon A. Cruz <jon@joncruz.org>2011-06-11 09:48:13 +0000
commit3a86fbe8f7ffd5782c1cb736192d4ee5a5dc6d7f (patch)
treec2b44bcc773a5fbefa23e2cfd06a2c59aceebba3 /build.xml
parentFix debus warnings and build errors. (diff)
downloadinkscape-3a86fbe8f7ffd5782c1cb736192d4ee5a5dc6d7f.tar.gz
inkscape-3a86fbe8f7ffd5782c1cb736192d4ee5a5dc6d7f.zip
Update to win32 build defines for libwpg issue.
(bzr r10269)
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index bc0676a22..76d478ca5 100755
--- a/build.xml
+++ b/build.xml
@@ -187,6 +187,9 @@
/* Allow reading WordPerfect? */
#define WITH_LIBWPG 1
+ /* Default to libwpg 0.1.x */
+ #define WITH_LIBWPG01 1
+
/* Do we support SVG Fonts? */
#define ENABLE_SVG_FONTS 1