diff options
| -rw-r--r-- | meta/recipes-graphics/pango/pango.inc | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc index ea360c7cd6..17006d386c 100644 --- a/meta/recipes-graphics/pango/pango.inc +++ b/meta/recipes-graphics/pango/pango.inc | |||
| @@ -13,7 +13,7 @@ X11DEPENDS = "virtual/libx11 libxft" | |||
| 13 | DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv cairo harfbuzz" | 13 | DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv cairo harfbuzz" | 
| 14 | 14 | ||
| 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-xft,--without-xft,${X11DEPENDS}" | 
| 17 | 17 | ||
| 18 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" | 
| 19 | DEPENDS_class-native = "glib-2.0-native cairo-native harfbuzz-native" | 19 | DEPENDS_class-native = "glib-2.0-native cairo-native harfbuzz-native" | 
| @@ -34,8 +34,7 @@ EXTRA_AUTORECONF = "" | |||
| 34 | # seems to go wrong with default cflags | 34 | # seems to go wrong with default cflags | 
| 35 | FULL_OPTIMIZATION_arm = "-O2" | 35 | FULL_OPTIMIZATION_arm = "-O2" | 
| 36 | 36 | ||
| 37 | EXTRA_OECONF = "--disable-glibtest \ | 37 | EXTRA_OECONF = "--disable-introspection \ | 
| 38 | --disable-introspection \ | ||
| 39 | --enable-explicit-deps=no \ | 38 | --enable-explicit-deps=no \ | 
| 40 | --disable-debug \ | 39 | --disable-debug \ | 
| 41 | --with-mlprefix=${MLPREFIX}" | 40 | --with-mlprefix=${MLPREFIX}" | 
