diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-03-23 23:30:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 10:05:05 +0100 |
commit | e9104518893eef493f2eced8d55645d6a643ae5a (patch) | |
tree | a825b760f8f71c65094ad0b8a68557c41eca0eb0 /meta | |
parent | e1d82bf9006756a639b6c1c3f751c3b6ea7e6eb2 (diff) | |
download | poky-e9104518893eef493f2eced8d55645d6a643ae5a.tar.gz |
pango: import native support and --disable-introspection from meta-oe
* see http://git.openembedded.org/meta-openembedded/commit/?id=3f4c8edc60b3426dd96f76504169d742a04c1ce1
for details about --disable-introspection
(From OE-Core rev: f3ff6f0d0ae3cef6f30a80fc64c251aec9dd1a01)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 | ||