aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/tidy.inc
blob: 3fa387c04930e23f1c393d9cfe4a325b3f328ce6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Tidy library"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPL"

STDDEPENDS = "clutter-0.8"
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
}