summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2010-07-28 18:12:35 +0200
committerLadislav Hagara2010-07-28 18:12:35 +0200
commitde1747f2ac19ce896779d2fed4f0873b336aedae (patch)
treeb8548a2249a95efee80afa6acc38f91102623fb6
parent8e28778e0e9c02aeef5000eb230ed0b924a4d246 (diff)
inkscape needs poppler with XPDF_HEADERS #15755
-rwxr-xr-xgraphics/inkscape/DEPENDS2
-rw-r--r--graphics/inkscape/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics/inkscape/DEPENDS b/graphics/inkscape/DEPENDS
index d0229dac54..30f8f96857 100755
--- a/graphics/inkscape/DEPENDS
+++ b/graphics/inkscape/DEPENDS
@@ -17,7 +17,7 @@ suggest_depends pyxml "" "" "to enable Export GIMP palette extension" &&
suggest_depends numpy "" "" "to enable Perspective extension" &&
if is_depends_enabled poppler cairo; then
- optional_depends poppler \
+ optional_depends -sub XPDF_HEADERS poppler \
"--enable-poppler-cairo" \
"--disable-poppler-cairo" \
"for rendering PDF preview"
diff --git a/graphics/inkscape/HISTORY b/graphics/inkscape/HISTORY
index bc862f2e84..4db20c4712 100644
--- a/graphics/inkscape/HISTORY
+++ b/graphics/inkscape/HISTORY
@@ -1,3 +1,6 @@
+2010-07-28 Ladislav Hagara <hgr@vabo.cz>
+ * DEPENDS: poppler -> -sub XPDF_HEADERS poppler #15755
+
2009-12-02 Bor Kraljič <pyrobor@ver.si>
* inkscape-poppler-0.12.2.patch: patch to compile with poppler 0.12.2
* PRE_BUILD: added, apply the patch; fixes bug #15505