From: Khem Raj Date: Tue, 22 Mar 2011 19:23:40 +0000 (-0700) Subject: cairo_1.10.0.bb: Fennec will now need tee support in cairo so enable it X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2f8518e3f38f6533492865a3ed81deb5c26d75e;p=openembedded.git cairo_1.10.0.bb: Fennec will now need tee support in cairo so enable it Signed-off-by: Khem Raj --- 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 \ "