From 8cc44819e8ac1e8431c3b9b9f33613488a3af726 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 7 Jul 2014 12:16:22 +0200 Subject: libgnomeprint: Blacklist because of missing freetype-config Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb index c224d864f6..c5fd15258c 100644 --- a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb +++ b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb @@ -1,6 +1,10 @@ LICENSE = "GPLv2" SECTION = "x11/gnome/libs" +# | checking for freetype-config... no +# | configure: error: You need FreeType2 (freetype-devel v 2.x package) for this version of libgnomeprint +PNBLACKLIST[libgnomeprint] = "Broken without freetype-config" + DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common freetype" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -- cgit 1.2.3-korg