summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/cairo
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:24:56 +0000
commit16d911d191171b60918be3a1822cfc1dab05d1f0 (patch)
treec2235a3567836ce2e426a5e611ef80ac37f60b46 /meta/recipes-graphics/cairo
parent094118031c7e9d47d34d433ce4f9a6b054c9145f (diff)
downloadpoky-16d911d191171b60918be3a1822cfc1dab05d1f0.tar.gz
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 <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/cairo')
-rw-r--r--meta/recipes-graphics/cairo/cairo.inc4
-rw-r--r--meta/recipes-graphics/cairo/cairo_1.10.2.bb2
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc
index 930675d0ed..1d5d551cc7 100644
--- a/meta/recipes-graphics/cairo/cairo.inc
+++ b/meta/recipes-graphics/cairo/cairo.inc
@@ -19,7 +19,9 @@ PACKAGECONFIG[gtk-directfb] = "--enable-directfb=yes,,directfb"
19 19
20#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points 20#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
21require cairo-fpu.inc 21require cairo-fpu.inc
22EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)} " 22EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)} \
23 --enable-tee \
24 "
23 25
24 26
25inherit autotools pkgconfig 27inherit autotools pkgconfig
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
2 2
3LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" 3LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77"
4 4
5PR = "r2" 5PR = "r3"
6 6
7SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz" 7SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz"
8 8