summaryrefslogtreecommitdiffstats
path: root/meta/classes/gtk-doc.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-15 14:11:13 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-15 14:11:13 +0000
commit9b6d8f4400c4c6c88744da30ae6a8d0e0b53ed47 (patch)
tree8965c0ae7a999ebd4595433965ff0b59e48a6e29 /meta/classes/gtk-doc.bbclass
parentbaadb355da36ee1d02e3ea08f90d6b0f7fff5d04 (diff)
downloadpoky-9b6d8f4400c4c6c88744da30ae6a8d0e0b53ed47.tar.gz
classes: Add gtk-doc.bbclass
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4479 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/gtk-doc.bbclass')
-rw-r--r--meta/classes/gtk-doc.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass
new file mode 100644
index 0000000000..58daaf39e2
--- /dev/null
+++ b/meta/classes/gtk-doc.bbclass
@@ -0,0 +1,4 @@
1# We don't have gtk-doc so disable it
2do_configure_prepend() {
3 echo "EXTRA_DIST=">> ${S}/gtk-doc.make
4}