clutter: Use gtk-doc.bbclass

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4480 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-05-15 14:12:25 +00:00
parent 9b6d8f4400
commit 0a4ca92efe
3 changed files with 2 additions and 17 deletions

View File

@@ -23,7 +23,7 @@ EXTRA_OECONF_mx31ads = "${BASE_CONF} --with-flavour=eglnative"
PACKAGE_ARCH_mx31ads = "${MACHINE_ARCH}"
LDFLAGS_append_mx31ads = " -lpvrNULLWSEGL -lstdc++ "
inherit autotools pkgconfig
inherit autotools pkgconfig gtk-doc
PACKAGES =+ "clutter-examples"
FILES_clutter-examples = "${bindir}/test-*"
@@ -33,7 +33,6 @@ require clutter-fpu.inc
#Fix up some weirdness in the docs
do_configure_prepend() {
touch ${S}/gtk-doc.make
sed -i s:doc/reference/Makefile::g ${S}/configure.ac
sed -i s:doc::g ${S}/Makefile.am
}