aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/totem
diff options
context:
space:
mode:
authorFabian Ruff <fabian@progra.de>2011-01-31 18:32:15 +0000
committerTom Rini <tom_rini@mentor.com>2011-02-04 10:51:17 -0700
commitd595ff4fe2301536281147e793adfc346d5ed5a7 (patch)
treec6e3f074925588667616ab7c42f878c90d60c55f /recipes/totem
parent25a55aef97c5ffb7b0551f64f21046535eb9a160 (diff)
downloadopenembedded-d595ff4fe2301536281147e793adfc346d5ed5a7.tar.gz
totem-pl-parser_2.30.0: fix configure without gobject introspection
this bugfix removes the configure error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Fabian Ruff <fabian@progra.de> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/totem')
-rw-r--r--recipes/totem/totem-pl-parser_2.30.0.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/totem/totem-pl-parser_2.30.0.bb b/recipes/totem/totem-pl-parser_2.30.0.bb
index 31d6b04c15..a69de387f3 100644
--- a/recipes/totem/totem-pl-parser_2.30.0.bb
+++ b/recipes/totem/totem-pl-parser_2.30.0.bb
@@ -11,10 +11,9 @@ inherit gnome
SRC_URI[archive.md5sum] = "81bf8e3043a9ec89bdd391c36ebd50d1"
SRC_URI[archive.sha256sum] = "403b18c1582c14effb4e2dabf339dfdbc45285204a0cf958fc250a387b6fc65c"
-EXTRA_OECONF = "--enable-introspection=no"
-
# Build of documentation is not yet possible:
do_configure_prepend() {
+ sed -i -e 's:GOBJECT_INTROSPECTION_CHECK(\[0.6.7\]):AM_CONDITIONAL([HAVE_INTROSPECTION], [false]):g' ${S}/configure.in
sed -i -e s:docs::g ${S}/Makefile.am
}