blob: cc39c2cb5a41afa89af00c2ef120a58e72db03a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
HOMEPAGE = "http://live.gnome.org/TwitterGlib"
SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git \
file://missingcomma.patch;patch=1 \
file://nodolt.patch;patch=1"
PV = "0.1+git${SRCPV}"
PR = "r1"
DEPENDS = "glib-2.0 gtk+ json-glib libsoup-2.4"
S = "${WORKDIR}/git"
EXTRA_OECONF = "--disable-shave --disable-introspection --disable-maintainer-flags"
inherit autotools_stage
do_configure_prepend () {
echo "EXTRA_DIST=" > ${S}/gtk-doc.make
}
|