diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-04-26 16:30:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-28 09:52:31 +0100 |
commit | 6f8c5dbf3cbe33d5d5c037a9078291da1b7e56e8 (patch) | |
tree | bd2b76fd45b5dadf5d7e29dd16eb2fdb7de5591c /meta-demoapps/recipes-graphics/clutter/tidy.inc | |
parent | 36ec158df1ed6db4dc917d16fa7adb0f34fec0b4 (diff) | |
download | openembedded-core-6f8c5dbf3cbe33d5d5c037a9078291da1b7e56e8.tar.gz openembedded-core-6f8c5dbf3cbe33d5d5c037a9078291da1b7e56e8.tar.bz2 openembedded-core-6f8c5dbf3cbe33d5d5c037a9078291da1b7e56e8.zip |
tidy: move old clutter demo to meta-demoapps
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-demoapps/recipes-graphics/clutter/tidy.inc')
-rw-r--r-- | meta-demoapps/recipes-graphics/clutter/tidy.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-demoapps/recipes-graphics/clutter/tidy.inc b/meta-demoapps/recipes-graphics/clutter/tidy.inc new file mode 100644 index 0000000000..13d6fc7686 --- /dev/null +++ b/meta-demoapps/recipes-graphics/clutter/tidy.inc @@ -0,0 +1,20 @@ +DESCRIPTION = "Tidy library" +HOMEPAGE = "http://www.clutter-project.org/" +LICENSE = "LGPLv2.1+" + +STDDEPENDS = "clutter-1.4" +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 +} |