From 0d909f6c3a2fff873168cc8447e68cd9b038f2f4 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Thu, 13 Aug 2015 21:19:50 +0200 Subject: [PATCH] Cairo&Pango: missing dependencies in devel package. Their pkg-config scripts are checking for other libs, so add these to the dependencies of the devel package. --- x11-libs/cairo/cairo-1.12.18.recipe | 2 ++ x11-libs/pango/pango-1.37.0.recipe | 1 + 2 files changed, 3 insertions(+) diff --git a/x11-libs/cairo/cairo-1.12.18.recipe b/x11-libs/cairo/cairo-1.12.18.recipe index 72801580d..28085c912 100644 --- a/x11-libs/cairo/cairo-1.12.18.recipe +++ b/x11-libs/cairo/cairo-1.12.18.recipe @@ -100,4 +100,6 @@ PROVIDES_devel=" " REQUIRES_devel=" cairo$secondaryArchSuffix == $portVersion base + devel:libfontconfig$secondaryArchSuffix + devel:libpixman_1$secondaryArchSuffix " diff --git a/x11-libs/pango/pango-1.37.0.recipe b/x11-libs/pango/pango-1.37.0.recipe index 6d3e5b200..e18be38d0 100644 --- a/x11-libs/pango/pango-1.37.0.recipe +++ b/x11-libs/pango/pango-1.37.0.recipe @@ -122,4 +122,5 @@ PROVIDES_devel=" " REQUIRES_devel=" pango$secondaryArchSuffix == $portVersion base + devel:libharfbuzz$secondaryArchSuffix "