diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-12 14:11:54 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-15 12:21:38 +0200 |
commit | c16a8d66db21842570040b159e0c469b72e69f3f (patch) | |
tree | b7104bbaa9abefd1d286c616094ab7a25ff82a26 /meta-gnome/recipes-gnome | |
parent | 8d84f588eb482eee86b3589bd1965f5e66683292 (diff) | |
download | meta-openembedded-c16a8d66db21842570040b159e0c469b72e69f3f.tar.gz |
gtksourceview2: add intltool-native dependency
* fixes:
| ../gtksourceview-2.10.5/configure: line 12665: syntax error near unexpected token `0.40'
| ../gtksourceview-2.10.5/configure: line 12665: `IT_PROG_INTLTOOL(0.40)'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb index 8d935b84a..ebd2955b2 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://projects.gnome.org/gtksourceview/" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
6 | 6 | ||
7 | DEPENDS = "gtk+ libxml2" | 7 | DEPENDS = "gtk+ libxml2 intltool-native" |
8 | 8 | ||
9 | PNAME = "gtksourceview" | 9 | PNAME = "gtksourceview" |
10 | 10 | ||