summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-21 11:04:29 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-21 13:06:13 +0200
commitf6ecec16d799f83bfdf3d6d742d811cc63c1cf1e (patch)
tree2fd458f7944bf9a8755ef3d5acb3ed6d9ca9f14f /meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb
parent36d57b9234c8d940205cf83e541302ef60b755c9 (diff)
downloadmeta-openembedded-f6ecec16d799f83bfdf3d6d742d811cc63c1cf1e.tar.gz
recipes: add missing gtk-doc class dependencies
* These recipes all use gtk-doc m4 macros but were missing dependencies on the class. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb')
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb
index b33fc850ff..22b3bf438a 100644
--- a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" 3LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
4SECTION = "x11/gnome/libs" 4SECTION = "x11/gnome/libs"
5 5
6inherit gnome 6inherit gnome gtk-doc
7 7
8# intltool to provide IT_PROG_INTLTOOL 8# intltool to provide IT_PROG_INTLTOOL
9# configure: line 12654: syntax error near unexpected token `0.35.0' 9# configure: line 12654: syntax error near unexpected token `0.35.0'
@@ -13,13 +13,7 @@ DEPENDS = "gtk+ libglade libart-lgpl xineramaproto intltool-native"
13SRC_URI[archive.md5sum] = "ffcbb719c671ff5cd86e59aeba8d0b92" 13SRC_URI[archive.md5sum] = "ffcbb719c671ff5cd86e59aeba8d0b92"
14SRC_URI[archive.sha256sum] = "859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40" 14SRC_URI[archive.sha256sum] = "859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40"
15 15
16EXTRA_OECONF = "--disable-gtk-doc"
17
18FILES_${PN} += "${libdir}/libglade/*/libcanvas.so" 16FILES_${PN} += "${libdir}/libglade/*/libcanvas.so"
19FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/" 17FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/"
20FILES_${PN}-dev += "${libdir}/libglade/*/libcanvas*.la" 18FILES_${PN}-dev += "${libdir}/libglade/*/libcanvas*.la"
21FILES_${PN}-staticdev += "${libdir}/libglade/*/libcanvas*.a" 19FILES_${PN}-staticdev += "${libdir}/libglade/*/libcanvas*.a"
22
23do_configure_prepend() {
24 sed -i -e s:docs::g ${S}/Makefile.am
25}