json-glib: Disable introspection explicitly

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-08-14 18:07:37 +01:00
parent a19a75fc31
commit d7134438be
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
HOMEPAGE = "http://live.gnome.org/JsonGlib"
SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git"
PV = "0.7.2+git${SRCPV}"
PR = "r0"
PR = "r1"
S = "${WORKDIR}/git"
@ -9,6 +9,8 @@ DEPENDS = "glib-2.0"
inherit autotools_stage
EXTRA_OECONF = "--disable-introspection"
acpaths = "-I ${S}/build/autotools "
do_configure_prepend () {