From 16d911d191171b60918be3a1822cfc1dab05d1f0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 13 Jan 2012 10:01:27 +0100 Subject: cairo 1.10.2: enable tee backend This is needed for firefox: | checking CAIRO_LIBS... -lcairo -lpixman-1 -lfreetype -lfontconfig | checking for cairo-tee >= 1.10... Package cairo-tee was not found in the pkg-config search path. Perhaps you should add the directory containing `cairo-tee.pc' to the PKG_CONFIG_PATH environment variable No package 'cairo-tee' found | configure: error: Library requirements (cairo-tee >= 1.10) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. (From OE-Core rev: 935ae84757ca623f93b1465088e27107bc226dee) Signed-off-by: Koen Kooi Signed-off-by: Richard Purdie --- meta/recipes-graphics/cairo/cairo_1.10.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/cairo/cairo_1.10.2.bb') diff --git a/meta/recipes-graphics/cairo/cairo_1.10.2.bb b/meta/recipes-graphics/cairo/cairo_1.10.2.bb index 8202860ac9..826681f375 100644 --- a/meta/recipes-graphics/cairo/cairo_1.10.2.bb +++ b/meta/recipes-graphics/cairo/cairo_1.10.2.bb @@ -2,7 +2,7 @@ require cairo.inc LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" -PR = "r2" +PR = "r3" SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz" -- cgit v1.2.3-54-g00ecf