From: johanengelen Date: Tue, 20 Nov 2007 19:13:26 +0000 (+0000) Subject: Disable HAVE_POPPLER_CAIRO definition in config.h. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=04640b554cdb5c31110decfb241cb12fe8747272;p=inkscape.git Disable HAVE_POPPLER_CAIRO definition in config.h. --- 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