[oe-commits] Joel A Fernandes : gnome-system-monitor: Add dependency on gnome-icon-theme

git version control git at git.openembedded.org
Wed Aug 17 07:44:16 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 5111e7897ee26d45787f49768cc0edac412fb32f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=5111e7897ee26d45787f49768cc0edac412fb32f

Author: Joel A Fernandes <agnel.joel at gmail.com>
Date:   Wed Aug 17 10:16:14 2011 +0000

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 at gmail.com>
Cc: jdk at ti.com
Cc: k-kooi at ti.com
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../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 72ad32b..aa6731d 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"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 SECTION = "x11/gnome"
 
-DEPENDS = "libgtop gtkmm glibmm gnome-doc-utils libwnck gtk+ dbus-glib librsvg" 
+DEPENDS = "libgtop gtkmm glibmm gnome-doc-utils gnome-icon-theme libwnck gtk+ dbus-glib librsvg"
 
 inherit gnome
 SRC_URI[archive.md5sum] = "3f0bca9b0ebc7a365466851cd580d167"





More information about the Openembedded-commits mailing list