cairo_1.10.0.bb: Fennec will now need tee support in cairo so enable it
authorKhem Raj <raj.khem@gmail.com>
Tue, 22 Mar 2011 19:23:40 +0000 (12:23 -0700)
committerKhem Raj <raj.khem@gmail.com>
Tue, 22 Mar 2011 19:26:46 +0000 (12:26 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/cairo/cairo.inc
recipes/cairo/cairo_1.10.0.bb

index c60d7d9..dbd970d 100644 (file)
@@ -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 
 
index 58e2481..e6836a1 100644 (file)
@@ -1,6 +1,6 @@
 require cairo.inc
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz;name=cairo \
 "