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

git at git.openembedded.org git at git.openembedded.org
Thu Dec 5 14:24:16 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 33bcc9361fa732c36d92128c7f23a308f455297c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=33bcc9361fa732c36d92128c7f23a308f455297c

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.

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 c1e124a..d4df009 100644
--- a/meta/recipes-graphics/cogl/cogl-1.0.inc
+++ b/meta/recipes-graphics/cogl/cogl-1.0.inc
@@ -29,6 +29,7 @@ EXTRA_OECONF += "--disable-introspection	\
 	       	 --enable-examples-install	\
 	       	 --enable-debug		 	\
 	       	 --disable-gles1		\
+	         --disable-cairo                \
 	    	"
 
 # OpenGL/GLX



More information about the Openembedded-commits mailing list