diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-30 01:07:33 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 10:46:50 +0200 |
commit | 3a8b6eb37f4bd86996c7cee68ae302f844a6e722 (patch) | |
tree | 1d17ab7ada51ad8501df6ac5cbda883c3bb3acf4 /meta-gnome | |
parent | ed6e2ff5af58a3873df99789115f1e914641f7b8 (diff) | |
download | meta-openembedded-3a8b6eb37f4bd86996c7cee68ae302f844a6e722.tar.gz |
libgnomecanvas: add intltool-native dependency
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 | 5 |
1 files changed, 4 insertions, 1 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 4a210a4833..b33fc850ff 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb +++ b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb | |||
@@ -5,7 +5,10 @@ SECTION = "x11/gnome/libs" | |||
5 | 5 | ||
6 | inherit gnome | 6 | inherit gnome |
7 | 7 | ||
8 | DEPENDS = "gtk+ libglade libart-lgpl xineramaproto" | 8 | # intltool to provide IT_PROG_INTLTOOL |
9 | # configure: line 12654: syntax error near unexpected token `0.35.0' | ||
10 | # configure: line 12654: `IT_PROG_INTLTOOL(0.35.0)' | ||
11 | DEPENDS = "gtk+ libglade libart-lgpl xineramaproto intltool-native" | ||
9 | 12 | ||
10 | SRC_URI[archive.md5sum] = "ffcbb719c671ff5cd86e59aeba8d0b92" | 13 | SRC_URI[archive.md5sum] = "ffcbb719c671ff5cd86e59aeba8d0b92" |
11 | SRC_URI[archive.sha256sum] = "859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40" | 14 | SRC_URI[archive.sha256sum] = "859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40" |