aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cairo
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-22 12:23:40 -0700
committerKhem Raj <raj.khem@gmail.com>2011-03-22 12:26:46 -0700
commita2f8518e3f38f6533492865a3ed81deb5c26d75e (patch)
tree41e4c6c3063e5ad646883571a46fa302ce9b9d70 /recipes/cairo
parent22f72e1751108cf5092332a952fcbadec5cd1a0d (diff)
downloadopenembedded-a2f8518e3f38f6533492865a3ed81deb5c26d75e.tar.gz
cairo_1.10.0.bb: Fennec will now need tee support in cairo so enable it
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/cairo')
-rw-r--r--recipes/cairo/cairo.inc2
-rw-r--r--recipes/cairo/cairo_1.10.0.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/cairo/cairo.inc b/recipes/cairo/cairo.inc
index c60d7d9c73..dbd970deda 100644
--- a/recipes/cairo/cairo.inc
+++ b/recipes/cairo/cairo.inc
@@ -6,7 +6,7 @@ LICENSE = "MPL LGPL"
#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
require cairo-fpu.inc
-EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)}"
+EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)} --enable-tee"
inherit autotools pkgconfig
diff --git a/recipes/cairo/cairo_1.10.0.bb b/recipes/cairo/cairo_1.10.0.bb
index 58e248190c..e6836a1b2a 100644
--- a/recipes/cairo/cairo_1.10.0.bb
+++ b/recipes/cairo/cairo_1.10.0.bb
@@ -1,6 +1,6 @@
require cairo.inc
-PR = "r1"
+PR = "r2"
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz;name=cairo \
"