* see http://git.openembedded.org/meta-openembedded/commit/?id=3f4c8edc60b3426dd96f76504169d742a04c1ce1 for details about --disable-introspection
Signed-off-by: Martin Jansa <[email protected]> --- meta/recipes-graphics/pango/pango.inc | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc index a2d5dc3..e7681b6 100644 --- a/meta/recipes-graphics/pango/pango.inc +++ b/meta/recipes-graphics/pango/pango.inc @@ -15,6 +15,8 @@ DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv gtk-doc-native cai PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" PACKAGECONFIG[x11] = "--with-x,--without-x,${X11DEPENDS}" +BBCLASSEXTEND = "native" +DEPENDS_virtclass-native = "glib-2.0-native cairo-native" PACKAGES_DYNAMIC = "pango-module-*" @@ -33,6 +35,7 @@ EXTRA_AUTORECONF = "" FULL_OPTIMIZATION_arm = "-O2" EXTRA_OECONF = "--disable-glibtest \ + --disable-introspection \ --enable-explicit-deps=no \ --disable-debug" -- 1.7.8.5 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
