xf86-video-omapfb: pandora: handle cycle/forcer events better
[openembedded.git] / recipes / moblin / twitter-glib_git.bb
1 HOMEPAGE = "http://live.gnome.org/TwitterGlib"
2 SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git"
3 PV = "0.0+git${SRCREV}"
4 PR = "r0"
5
6 DEPENDS = "glib-2.0 gtk+ json-glib"
7
8 S = "${WORKDIR}/git"
9
10 EXTRA_OECONF = "--disable-shave --disable-introspection"
11
12 inherit autotools_stage
13
14 do_configure_prepend () {
15          echo "EXTRA_DIST=" > ${S}/gtk-doc.make
16 }