summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2016-01-01 07:13:49 +0000
committerJazzyNico <nicoduf@yahoo.fr>2016-01-01 07:13:49 +0000
commita821fdcffe6400db03d6f2dbd8f6022cab3aaea0 (patch)
tree3ccc090df86a4efc1ccbb788543028211466c399 /build.xml
parentEnable build with old libgc version (diff)
downloadinkscape-a821fdcffe6400db03d6f2dbd8f6022cab3aaea0.tar.gz
inkscape-a821fdcffe6400db03d6f2dbd8f6022cab3aaea0.zip
Build. New Potrace dependency added in the devlibs.
(bzr r14559)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/build.xml b/build.xml
index 3591b9fd5..005f887d0 100644
--- a/build.xml
+++ b/build.xml
@@ -214,6 +214,8 @@
//#define WITH_MESH 1
#define HAVE_ASPELL 1
+
+ #define HAVE_POTRACE 1
#endif /* _CONFIG_H_ */
</makefile>
@@ -348,11 +350,6 @@
<exclude name="removeoverlap/test.cpp"/>
<exclude name="removeoverlap/remove_rectangle_overlap-test.cpp"/>
<exclude name="removeoverlap/remove_rectangle_overlap-test.h"/>
- <!-- Exclude potrace related tools until Potrace is available in the devlibs-->
- <exclude name="trace/.*"/>
- <exclude name="ui/dialog/tracedialog.cpp"/>
- <exclude name="ui/tools/flood-tool.cpp"/>
- <exclude name="widgets/paintbucket-toolbar.cpp"/>
</fileset>
<excludeinc dir="${src}">
<file name="extension/param"/>
@@ -404,6 +401,7 @@
${pcc.cairo}
${pcc.poppler}
-I${devlibs}/include/gc
+ -I${devlibs}/include/potracelib
${pcc.libwpg-0.2} ${pcc.libvisio-0.0} ${pcc.libcdr-0.0}
-I${cxxtest}
<!-- PERL -->
@@ -487,7 +485,7 @@
${pcl.lcms2}
${pcl.gsl}
-lpng -ljpeg -ltiff -lexif -lpopt -lz
- -lgc
+ -lgc -lpotrace
-lws2_32 -lintl -lgdi32 -lcomdlg32 -lm
-lgomp -lpthreadGC2 -laspell
-lmscms <!-- required for color profiles -->
@@ -569,7 +567,7 @@
${pcl.lcms2}
${pcl.gsl}
-lpng -ljpeg -ltiff -lexif -lpopt -lz
- -lgc
+ -lgc -lpotrace
-lws2_32 -lintl -lgdi32 -lcomdlg32 -lm
-lgomp -lpthreadGC2 -laspell
-lmscms <!-- required for color profiles -->
@@ -619,7 +617,7 @@
${pcl.lcms2}
${pcl.gsl}
-lpng -ljpeg -ltiff -lexif -lpopt -lz
- -lgc
+ -lgc -lpotrace
-lws2_32 -lintl -lgdi32 -lcomdlg32 -lm
-lgomp -lpthreadGC2 -laspell
-lmscms <!-- required for color profiles -->