aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/moblin/twitter-glib_git.bb
blob: b460132b8b465ad43b0c04b7c7e5d62f01a6e1cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
HOMEPAGE = "http://live.gnome.org/TwitterGlib"
SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git"
PV = "0.0+git${SRCREV}"
PR = "r0"

DEPENDS = "glib-2.0 gtk+ json-glib"

S = "${WORKDIR}/git"

EXTRA_OECONF = "--disable-shave --disable-introspection"

inherit autotools

do_configure_prepend () {
	 echo "EXTRA_DIST=" > ${S}/gtk-doc.make
}