[oe-commits] Khem Raj : cairo_1.10.0.bb: Fennec will now need tee support in cairo so enable it

git version control git at git.openembedded.org
Thu Mar 24 20:03:58 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: a2f8518e3f38f6533492865a3ed81deb5c26d75e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a2f8518e3f38f6533492865a3ed81deb5c26d75e

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Mar 22 12:23:40 2011 -0700

cairo_1.10.0.bb: Fennec will now need tee support in cairo so enable it

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/cairo/cairo.inc       |    2 +-
 recipes/cairo/cairo_1.10.0.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/cairo/cairo.inc b/recipes/cairo/cairo.inc
index c60d7d9..dbd970d 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 58e2481..e6836a1 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 \
 "





More information about the Openembedded-commits mailing list