diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2007-08-19 21:09:05 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2007-08-19 21:09:05 +0000 |
| commit | 2a475bda2218bc5c136ed613b7349560e6c18125 (patch) | |
| tree | de0464d0e7f8d7cbb3f1a9be96cab3484b4436ea | |
| parent | Fixed some compiler warnings (diff) | |
| download | inkscape-2a475bda2218bc5c136ed613b7349560e6c18125.tar.gz inkscape-2a475bda2218bc5c136ed613b7349560e6c18125.zip | |
Add libpoppler-cairo, and correct the link order
(bzr r3538)
| -rw-r--r-- | build.xml | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -145,7 +145,8 @@ /* use poppler for pdf import? */ #define HAVE_POPPLER 1 - + #define HAVE_POPPLER_CAIRO 1 + /* do we want bitmap manipulation? */ #define WITH_IMAGE_MAGICK 1 @@ -371,13 +372,14 @@ -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpangoft2-1.0 -lpangowin32-1.0 -lpango-1.0 - -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lcairo.dll + -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 <!-- PERL --> -L${gtk}/perl/lib/CORE -lperl58 <!-- PYTHON --> -L${gtk}/python/libs -lpython25 ${gtk}/bin/libxml2.dll - -lpoppler + -lpoppler-cairo -lpoppler + -lcairo.dll ${gtk}/lib/iconv.lib -lfreetype.dll -lfontconfig.dll -lssl -lcrypto |
