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
}

View File

@@ -1,13 +0,0 @@
Index: clutter/doc/reference/clutter/Makefile.am
===================================================================
--- clutter.orig/doc/reference/clutter/Makefile.am 2008-05-01 16:02:49.000000000 +0100
+++ clutter/doc/reference/clutter/Makefile.am 2008-05-01 16:03:00.000000000 +0100
@@ -124,7 +124,7 @@
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST += \
+EXTRA_DIST = \
version.xml.in \
actor-box.png \
alpha-func.png \

View File

@@ -3,10 +3,9 @@ require clutter.inc
DEFAULT_PREFERENCE = "-1"
PV = "0.7.0+svnr${SRCREV}"
PR = "r3"
PR = "r4"
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=clutter;proto=http \
file://configure_fix.patch;patch=1 \
file://enable_tests.patch;patch=1 "
S = "${WORKDIR}/clutter"