summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/cairo/cairo_1.10.2.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-01-13 10:01:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-16 12:23:20 +0000
commit935ae84757ca623f93b1465088e27107bc226dee (patch)
treeb8bd23b288c14882e1c2a190a9f1d256eaff271a /meta/recipes-graphics/cairo/cairo_1.10.2.bb
parent65186bd86170d8c375931a18487c2fdf3bd1b3b0 (diff)
downloadopenembedded-core-935ae84757ca623f93b1465088e27107bc226dee.tar.gz
openembedded-core-935ae84757ca623f93b1465088e27107bc226dee.tar.bz2
openembedded-core-935ae84757ca623f93b1465088e27107bc226dee.zip
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. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta/recipes-graphics/cairo/cairo_1.10.2.bb')
-rw-r--r--meta/recipes-graphics/cairo/cairo_1.10.2.bb2
1 files changed, 1 insertions, 1 deletions
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"