summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/pango/pango.inc
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-03-23 23:30:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-26 10:05:05 +0100
commite9104518893eef493f2eced8d55645d6a643ae5a (patch)
treea825b760f8f71c65094ad0b8a68557c41eca0eb0 /meta/recipes-graphics/pango/pango.inc
parente1d82bf9006756a639b6c1c3f751c3b6ea7e6eb2 (diff)
downloadpoky-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/recipes-graphics/pango/pango.inc')
-rw-r--r--meta/recipes-graphics/pango/pango.inc3
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
15PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" 15PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
16PACKAGECONFIG[x11] = "--with-x,--without-x,${X11DEPENDS}" 16PACKAGECONFIG[x11] = "--with-x,--without-x,${X11DEPENDS}"
17 17
18BBCLASSEXTEND = "native"
19DEPENDS_virtclass-native = "glib-2.0-native cairo-native"
18 20
19PACKAGES_DYNAMIC = "pango-module-*" 21PACKAGES_DYNAMIC = "pango-module-*"
20 22
@@ -33,6 +35,7 @@ EXTRA_AUTORECONF = ""
33FULL_OPTIMIZATION_arm = "-O2" 35FULL_OPTIMIZATION_arm = "-O2"
34 36
35EXTRA_OECONF = "--disable-glibtest \ 37EXTRA_OECONF = "--disable-glibtest \
38 --disable-introspection \
36 --enable-explicit-deps=no \ 39 --enable-explicit-deps=no \
37 --disable-debug" 40 --disable-debug"
38 41