diff options
author | Joel A Fernandes <agnel.joel@gmail.com> | 2011-08-17 10:16:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-17 09:42:18 +0200 |
commit | 5111e7897ee26d45787f49768cc0edac412fb32f (patch) | |
tree | c831b4cb43999f0fa70400d1d9772dc2cb19263b /meta-gnome | |
parent | 9e4fdee5789b36ffd4b6ad5452edb1ca8eeb4c5f (diff) | |
download | meta-openembedded-5111e7897ee26d45787f49768cc0edac412fb32f.tar.gz |
gnome-system-monitor: Add dependency on gnome-icon-theme
Without this, the configure stage of this recipe fails with pkg-config not finding
the gnome-icon-theme package
Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
Cc: jdk@ti.com
Cc: k-kooi@ti.com
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
-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 72ad32bb1c..aa6731df7a 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 | |||
@@ -3,7 +3,7 @@ LICENSE = "GPLv2" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
4 | SECTION = "x11/gnome" | 4 | SECTION = "x11/gnome" |
5 | 5 | ||
6 | DEPENDS = "libgtop gtkmm glibmm gnome-doc-utils libwnck gtk+ dbus-glib librsvg" | 6 | DEPENDS = "libgtop gtkmm glibmm gnome-doc-utils gnome-icon-theme libwnck gtk+ dbus-glib librsvg" |
7 | 7 | ||
8 | inherit gnome | 8 | inherit gnome |
9 | SRC_URI[archive.md5sum] = "3f0bca9b0ebc7a365466851cd580d167" | 9 | SRC_URI[archive.md5sum] = "3f0bca9b0ebc7a365466851cd580d167" |