diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-07 12:44:18 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:59:17 +0200 |
commit | 2326cf2c9bc22902bca89e2bafcecd1fa8c6d7ef (patch) | |
tree | 562971ef21f7ad34185edf1cc8002fc01be89254 /meta-gnome/recipes-gnome/gnome-system-monitor | |
parent | aaca0f3ba1db581ff2266d809a387c4d01d9b86d (diff) | |
download | meta-openembedded-2326cf2c9bc22902bca89e2bafcecd1fa8c6d7ef.tar.gz |
recipes: add missing intltool-native dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-system-monitor')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb index 1c149520f..ce4b64e97 100644 --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
4 | SECTION = "x11/gnome" | 4 | SECTION = "x11/gnome" |
5 | PR = "r2" | 5 | PR = "r2" |
6 | 6 | ||
7 | DEPENDS = "libgtop gtkmm glibmm gnome-doc-utils gnome-icon-theme libwnck gtk+ dbus-glib librsvg" | 7 | DEPENDS = "libgtop gtkmm glibmm gnome-doc-utils gnome-icon-theme libwnck gtk+ dbus-glib librsvg intltool-native" |
8 | 8 | ||
9 | inherit gnome | 9 | inherit gnome |
10 | SRC_URI[archive.md5sum] = "3f0bca9b0ebc7a365466851cd580d167" | 10 | SRC_URI[archive.md5sum] = "3f0bca9b0ebc7a365466851cd580d167" |