surpport seeking the recorded video
[vuplus_openembedded] / recipes / moblin / json-glib_git.bb
1 HOMEPAGE = "http://live.gnome.org/JsonGlib"
2 SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git"
3 PV = "0.6.2+git${SRCREV}"
4 PR = "r0"
5
6 S = "${WORKDIR}/git"
7
8 DEPENDS = "glib-2.0"
9
10 inherit autotools_stage
11
12 acpaths = "-I ${S}/build/autotools "
13
14 do_configure_prepend () {
15         touch ${S}/gtk-doc.make
16 }