diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-06-11 09:48:13 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-06-11 09:48:13 +0000 |
| commit | 3a86fbe8f7ffd5782c1cb736192d4ee5a5dc6d7f (patch) | |
| tree | c2b44bcc773a5fbefa23e2cfd06a2c59aceebba3 /build.xml | |
| parent | Fix debus warnings and build errors. (diff) | |
| download | inkscape-3a86fbe8f7ffd5782c1cb736192d4ee5a5dc6d7f.tar.gz inkscape-3a86fbe8f7ffd5782c1cb736192d4ee5a5dc6d7f.zip | |
Update to win32 build defines for libwpg issue.
(bzr r10269)
Diffstat (limited to 'build.xml')
| -rwxr-xr-x | build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
