blob: 7b2e882e15282d9c2a4855724b40d2bb3f0e7b6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
HOMEPAGE = "http://live.gnome.org/JsonGlib"
SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git"
PV = "0.7.2+git${SRCPV}"
PR = "r1"
S = "${WORKDIR}/git"
DEPENDS = "glib-2.0"
inherit autotools_stage
EXTRA_OECONF = "--disable-introspection"
acpaths = "-I ${S}/build/autotools "
do_configure_prepend () {
echo "EXTRA_DIST = " > ${S}/gtk-doc.make
}
|