xf86-video-omapfb: pandora: handle cycle/forcer events better
[openembedded.git] / recipes / moblin / librest_git.bb
1
2 SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
3 SRCREV="18bce68c8e54032f2d7e78a8484ac892ba3ebd5a"
4 PV = "0.0+git${SRCREV}"
5 PR = "r1"
6
7 DEPENDS = "libsoup-2.4"
8
9 S = "${WORKDIR}/git"
10
11 inherit autotools_stage
12
13 do_configure_prepend () {
14         echo "EXTRA_DIST=" > ${S}/gtk-doc.make
15 }