increase dvbapp PR.
[vuplus_openembedded] / recipes / clutter / tidy.inc
1 DESCRIPTION = "Tidy library"
2 HOMEPAGE = "http://www.clutter-project.org/"
3 LICENSE = "LGPL"
4
5 STDDEPENDS = "clutter"
6 BASE_CONF = "--disable-gtk-doc"
7
8 DEPENDS = "${STDDEPENDS}"
9 EXTRA_OECONF = "${BASE_CONF}"
10
11 inherit autotools pkgconfig
12
13 PACKAGES =+ "tidy-examples"
14 FILES_tidy-examples = "${bindir}/test-*"
15
16 do_configure_prepend() {
17         touch ${S}/gtk-doc.make
18         sed -i s:docs/reference/Makefile::g ${S}/configure.ac
19         sed -i s:docs::g ${S}/Makefile.am
20 }
21
22 do_stage () {
23         autotools_stage_all
24 }