generic-poky/meta/packages/clutter/tidy.inc

19 lines
398 B
PHP
Raw Normal View History

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
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
}