summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk-doc/gtk-doc.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gtk-doc/gtk-doc.bb')
-rw-r--r--meta/recipes-gnome/gtk-doc/gtk-doc.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc.bb b/meta/recipes-gnome/gtk-doc/gtk-doc.bb
new file mode 100644
index 0000000000..3f5e29121b
--- /dev/null
+++ b/meta/recipes-gnome/gtk-doc/gtk-doc.bb
@@ -0,0 +1,13 @@
1SECTION = "x11/base"
2SRC_URI = "file://gtk-doc.m4"
3LICENSE = "LGPL"
4PR = "r4"
5
6ALLOW_EMPTY_${PN} = "1"
7
8BBCLASSEXTEND = "native"
9
10do_install () {
11 install -d ${D}${datadir}/aclocal/
12 install -m 0644 ${WORKDIR}/gtk-doc.m4 ${D}${datadir}/aclocal/
13}