diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2007-11-21 20:30:51 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2007-11-21 20:30:51 +0000 |
| commit | 5e9d95ecd9e5f0f2edd1f33c52e12291fbbe6f48 (patch) | |
| tree | 8dc243b7f465d5defa6b3f851c764e9ec7e7679c | |
| parent | Also consider path nodes for snapping (diff) | |
| download | inkscape-5e9d95ecd9e5f0f2edd1f33c52e12291fbbe6f48.tar.gz inkscape-5e9d95ecd9e5f0f2edd1f33c52e12291fbbe6f48.zip | |
The missing "page" and "document" methods were in poppler-glib. add before -lpoppler.dll. Also, since poppler-glib deps on glib, put it before -lglib.
(bzr r4123)
| -rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -156,7 +156,7 @@ /* use poppler for pdf import? */ #define HAVE_POPPLER 1 - //#define HAVE_POPPLER_CAIRO 1 + #define HAVE_POPPLER_CAIRO 1 /* do we want bitmap manipulation? */ #define WITH_IMAGE_MAGICK 1 @@ -386,6 +386,7 @@ </fileset> <libs> -L${gtk}/lib + -lpoppler-cairo -lpoppler-glib -lpoppler.dll -lgtkmm-2.4 -lgdkmm-2.4 -lglibmm-2.4 -latkmm-1.6 -lpangomm-1.4 -lsigc-2.0 -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 @@ -398,7 +399,6 @@ -L${gtk}/python/libs -lpython25 ${gtk}/bin/libxml2.dll ${gtk}/bin/libxslt.dll - -lpoppler-cairo -lpoppler -lcairo.dll -lwpg-0.1.dll -lwpg-stream-0.1.dll -lwpd-0.8.dll -lwpd-stream-0.8.dll |
