summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/pango/pango.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/pango/pango.inc')
-rw-r--r--meta/recipes-graphics/pango/pango.inc10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc
index 5a8a5aef75..a8e99e2f6d 100644
--- a/meta/recipes-graphics/pango/pango.inc
+++ b/meta/recipes-graphics/pango/pango.inc
@@ -6,14 +6,15 @@ been done in the context of the GTK+ widget toolkit. Pango forms the \
6core of text and font handling for GTK+-2.x." 6core of text and font handling for GTK+-2.x."
7HOMEPAGE = "http://www.pango.org/" 7HOMEPAGE = "http://www.pango.org/"
8BUGTRACKER = "http://bugzilla.gnome.org" 8BUGTRACKER = "http://bugzilla.gnome.org"
9SECTION = "x11/libs" 9SECTION = "libs"
10LICENSE = "LGPL" 10LICENSE = "LGPL"
11 11
12DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv virtual/libx11 libxft gtk-doc-native cairo" 12X11DEPENDS = "virtual/libx11 libxft"
13DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv gtk-doc-native cairo ${@base_contains('DISTRO_FEATURES', 'x11', '${X11DEPENDS}', '', d)}"
13 14
14PACKAGES_DYNAMIC = "pango-module-*" 15PACKAGES_DYNAMIC = "pango-module-*"
15 16
16RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc" 17RRECOMMENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'x11', 'pango-module-basic-x', '', d)} pango-module-basic-fc"
17 18
18inherit gnome 19inherit gnome
19 20
@@ -24,7 +25,8 @@ FULL_OPTIMIZATION_arm = "-O2"
24 25
25EXTRA_OECONF = "--disable-glibtest \ 26EXTRA_OECONF = "--disable-glibtest \
26 --enable-explicit-deps=no \ 27 --enable-explicit-deps=no \
27 --disable-debug" 28 --disable-debug \
29 ${@base_contains('DISTRO_FEATURES', 'x11', '--with-x', '--without-x', d)}"
28 30
29LEAD_SONAME = "libpango-1.0*" 31LEAD_SONAME = "libpango-1.0*"
30LIBV = "1.6.0" 32LIBV = "1.6.0"