diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-04-29 11:50:50 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-03 13:32:04 +0200 |
commit | 204f3463f62ddc58eac23184a83a1f2f53c716e0 (patch) | |
tree | 04bcb8a9a16e66251b339594fdfec702cbf2385e /meta-gnome | |
parent | 79d1d8d4ac4fda9fdad6a38990af7179323f295f (diff) | |
download | meta-openembedded-204f3463f62ddc58eac23184a83a1f2f53c716e0.tar.gz |
libgnomecanvas: update 2.30.3 to fix build
error message was:
| gnome-canvas-rich-text.c: In function 'gnome_canvas_rich_text_draw':
| gnome-canvas-rich-text.c:2150:2: error: implicit declaration of function 'gtk_text_layout_draw' [-Werror=implicit-function-declaration]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb (renamed from meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb index efb88fff0..0821abb8d 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb +++ b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb | |||
@@ -5,10 +5,11 @@ SECTION = "x11/gnome/libs" | |||
5 | 5 | ||
6 | inherit gnome | 6 | inherit gnome |
7 | 7 | ||
8 | PR = "r1" | ||
9 | |||
10 | DEPENDS = "gtk+ libglade libart-lgpl xineramaproto" | 8 | DEPENDS = "gtk+ libglade libart-lgpl xineramaproto" |
11 | 9 | ||
10 | SRC_URI[archive.md5sum] = "ffcbb719c671ff5cd86e59aeba8d0b92" | ||
11 | SRC_URI[archive.sha256sum] = "859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40" | ||
12 | |||
12 | EXTRA_OECONF = "--disable-gtk-doc" | 13 | EXTRA_OECONF = "--disable-gtk-doc" |
13 | 14 | ||
14 | FILES_${PN} += "${libdir}/libglade/*/libcanvas.so" | 15 | FILES_${PN} += "${libdir}/libglade/*/libcanvas.so" |
@@ -19,6 +20,3 @@ FILES_${PN}-staticdev += "${libdir}/libglade/*/libcanvas*.a" | |||
19 | do_configure_prepend() { | 20 | do_configure_prepend() { |
20 | sed -i -e s:docs::g ${S}/Makefile.am | 21 | sed -i -e s:docs::g ${S}/Makefile.am |
21 | } | 22 | } |
22 | |||
23 | SRC_URI[archive.md5sum] = "9bbc635e5ae70e63af071af74ba7e72f" | ||
24 | SRC_URI[archive.sha256sum] = "80b480acc33d7303f651e9c5bc8fea51c9e9a9ed59ebfdbbb730dd798bcbc58d" | ||