summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/pango/pango_1.38.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/pango/pango_1.38.1.bb')
-rw-r--r--meta/recipes-graphics/pango/pango_1.38.1.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta/recipes-graphics/pango/pango_1.38.1.bb b/meta/recipes-graphics/pango/pango_1.38.1.bb
index a9a7500639..7fc65fd439 100644
--- a/meta/recipes-graphics/pango/pango_1.38.1.bb
+++ b/meta/recipes-graphics/pango/pango_1.38.1.bb
@@ -11,7 +11,11 @@ LICENSE = "LGPLv2.0+"
11 11
12LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" 12LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
13 13
14SRC_URI += "file://run-ptest" 14inherit gnomebase gtk-doc ptest-gnome upstream-version-is-even gobject-introspection
15
16SRC_URI += "file://run-ptest \
17 file://0001-Drop-introspection-macros-from-acinclude.m4.patch \
18"
15 19
16SRC_URI[archive.md5sum] = "7fde35d4a127b55ce8bbcefe109bc80d" 20SRC_URI[archive.md5sum] = "7fde35d4a127b55ce8bbcefe109bc80d"
17SRC_URI[archive.sha256sum] = "1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7" 21SRC_URI[archive.sha256sum] = "1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7"
@@ -21,11 +25,9 @@ DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo h
21PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" 25PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
22PACKAGECONFIG[x11] = "--with-xft,--without-xft,virtual/libx11 libxft" 26PACKAGECONFIG[x11] = "--with-xft,--without-xft,virtual/libx11 libxft"
23 27
24inherit gnomebase gtk-doc ptest-gnome upstream-version-is-even
25
26EXTRA_AUTORECONF = "" 28EXTRA_AUTORECONF = ""
27 29
28EXTRA_OECONF = "--disable-introspection \ 30EXTRA_OECONF = " \
29 --disable-debug \ 31 --disable-debug \
30 " 32 "
31 33