diff options
Diffstat (limited to 'meta/packages/clutter/tidy.inc')
-rw-r--r-- | meta/packages/clutter/tidy.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/clutter/tidy.inc b/meta/packages/clutter/tidy.inc new file mode 100644 index 0000000000..1b11c7c400 --- /dev/null +++ b/meta/packages/clutter/tidy.inc | |||
@@ -0,0 +1,18 @@ | |||
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 | do_configure_prepend() { | ||
14 | touch ${S}/gtk-doc.make | ||
15 | sed -i s:docs/reference/Makefile::g ${S}/configure.ac | ||
16 | sed -i s:docs::g ${S}/Makefile.am | ||
17 | } | ||
18 | |||