diff options
Diffstat (limited to 'meta/recipes-graphics/pango/pango.inc')
-rw-r--r-- | 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 a2d5dc3a12..e7681b66d6 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 | |||
15 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 15 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |
16 | PACKAGECONFIG[x11] = "--with-x,--without-x,${X11DEPENDS}" | 16 | PACKAGECONFIG[x11] = "--with-x,--without-x,${X11DEPENDS}" |
17 | 17 | ||
18 | BBCLASSEXTEND = "native" | ||
19 | DEPENDS_virtclass-native = "glib-2.0-native cairo-native" | ||
18 | 20 | ||
19 | PACKAGES_DYNAMIC = "pango-module-*" | 21 | PACKAGES_DYNAMIC = "pango-module-*" |
20 | 22 | ||
@@ -33,6 +35,7 @@ EXTRA_AUTORECONF = "" | |||
33 | FULL_OPTIMIZATION_arm = "-O2" | 35 | FULL_OPTIMIZATION_arm = "-O2" |
34 | 36 | ||
35 | EXTRA_OECONF = "--disable-glibtest \ | 37 | EXTRA_OECONF = "--disable-glibtest \ |
38 | --disable-introspection \ | ||
36 | --enable-explicit-deps=no \ | 39 | --enable-explicit-deps=no \ |
37 | --disable-debug" | 40 | --disable-debug" |
38 | 41 | ||