[OE-core] [PATCH v2 3/8] New cogl recipe (1.14.0)

Burton, Ross ross.burton at intel.com
Tue May 21 10:01:53 UTC 2013


On Monday, 20 May 2013, Tomas Frydrych wrote:

> GL flavour:   'gl' for big GL or 'gles2' for GLES2
>               (GLES1 is availabe in cogl, but not supporeted here at
> present.)
>

Does this support enabling both GL and GLES2 in the same build? (at which
point the choice of backend becomes someone else's problem, but that's fine)


> +DEPENDS = "gtk-doc-native pango glib-2.0 gdk-pixbuf"
>

The inherit gtk-doc in clutter.bbclass already adds a dependency on gtk-doc.


> +EXTRA_OECONF += "--disable-introspection       \
> +                --disable-gtk-doc              \
>

gtk-doc.bbclass does this for you.


> +                ${@get_fpu_setting(bb, d)}     \
>

Unused, you can drop this.

+                --enable-examples-install      \
> +                --enable-debug                 \
> +                --disable-gl                   \
> +                --disable-gles1                \
> +                --disable-gles2                \
> +                --disable-glx                  \
>

Why are these not "disabled flags" in each of the relevant PACKAGECONFIG
definitions?

+       # Disable DOLT
> +       sed -i -e 's/^DOLT//' ${S}/configure.ac


This was removed from clutter/cogl in 2010, so drop this.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20130521/1d380ac4/attachment-0002.html>


More information about the Openembedded-core mailing list