diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-31 11:42:53 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-31 11:42:53 +0000 |
commit | 2543d12b22c2be249ffb27356083fa9faca245aa (patch) | |
tree | 5a5953f3cf73d18cefaae4f97432c215b3095d0b /packages/clutter/tidy.inc | |
parent | c8532126456803a16b1cfcfc50df52186a403dee (diff) |
clutter: sync with poky
Diffstat (limited to 'packages/clutter/tidy.inc')
-rw-r--r-- | packages/clutter/tidy.inc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/clutter/tidy.inc b/packages/clutter/tidy.inc new file mode 100644 index 0000000000..bac910a4f4 --- /dev/null +++ b/packages/clutter/tidy.inc @@ -0,0 +1,24 @@ +DESCRIPTION = "Tidy library" +HOMEPAGE = "http://www.clutter-project.org/" +LICENSE = "LGPL" + +STDDEPENDS = "clutter" +BASE_CONF = "--disable-gtk-doc" + +DEPENDS = "${STDDEPENDS}" +EXTRA_OECONF = "${BASE_CONF}" + +inherit autotools pkgconfig + +PACKAGES =+ "tidy-examples" +FILES_tidy-examples = "${bindir}/test-*" + +do_configure_prepend() { + touch ${S}/gtk-doc.make + sed -i s:docs/reference/Makefile::g ${S}/configure.ac + sed -i s:docs::g ${S}/Makefile.am +} + +do_stage () { + autotools_stage_all +} |