summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-11-20 19:13:26 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-11-20 19:13:26 +0000
commitfa303df8ef732c2594f1d8c5d4e369e5e7601cac (patch)
tree9db2d90b87d451e8ed5625d10b70a5a6c9a0030d
parentDisplay CMS adjustment per-desktop view (diff)
downloadinkscape-fa303df8ef732c2594f1d8c5d4e369e5e7601cac.tar.gz
inkscape-fa303df8ef732c2594f1d8c5d4e369e5e7601cac.zip
Disable HAVE_POPPLER_CAIRO definition in config.h.
(bzr r4115)
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 8a6c22a6a..3b8b7a6a8 100644
--- a/build.xml
+++ b/build.xml
@@ -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