[oe-commits] Andreas Oberritter : cogl-1.0: explicitly disable cairo

git at git.openembedded.org git at git.openembedded.org
Sun Feb 9 11:01:50 UTC 2014


Module: openembedded-core.git
Branch: dora
Commit: 9ed692eb20fed4ff9d9c39435000535df5a67286
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9ed692eb20fed4ff9d9c39435000535df5a67286

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Thu Oct 17 13:31:28 2013 +0200

cogl-1.0: explicitly disable cairo

- Cairo was auto-detected, but not listed as a dependency.

(From OE-Core master rev: 33bcc9361fa732c36d92128c7f23a308f455297c)

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-graphics/cogl/cogl-1.0.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc
index 0c4e86d..11810ef 100644
--- a/meta/recipes-graphics/cogl/cogl-1.0.inc
+++ b/meta/recipes-graphics/cogl/cogl-1.0.inc
@@ -33,6 +33,7 @@ EXTRA_OECONF += "--disable-introspection	\
 	       	 --enable-examples-install	\
 	       	 --enable-debug		 	\
 	       	 --disable-gles1		\
+	         --disable-cairo                \
 	    	"
 
 # OpenGL/GLX



More information about the Openembedded-commits mailing list