diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-21 13:53:29 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 20:45:03 +0200 |
commit | ee70937a49afc9031401b369f037dbc8fc7e919d (patch) | |
tree | 993d3d713c116c351a51f021af00849d0de300c5 /meta-gnome/recipes-gnome/gnome-backgrounds | |
parent | d90d73fdd9b9ef9788ce1ef5208c87d39a280eeb (diff) | |
download | meta-openembedded-ee70937a49afc9031401b369f037dbc8fc7e919d.tar.gz |
gnome-backgrounds: add intltool-native dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-backgrounds')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb index 5049cceb9..ca18341ec 100644 --- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb | |||
@@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
6 | SECTION = "x11/gnome" | 6 | SECTION = "x11/gnome" |
7 | 7 | ||
8 | # glib-2.0 for glib-gettext.m4 which provides AM_GLIB_GNU_GETTEXT | 8 | # glib-2.0 for glib-gettext.m4 which provides AM_GLIB_GNU_GETTEXT |
9 | DEPENDS = "glib-2.0" | 9 | # intltool-native for IT_PROG_INTLTOOL(0.35.0) |
10 | DEPENDS = "glib-2.0 intltool-native" | ||
10 | 11 | ||
11 | inherit gnomebase | 12 | inherit gnomebase |
12 | 13 | ||