| Submitter | Joel A Fernandes |
|---|---|
| Date | Aug. 26, 2011, 12:28 a.m. |
| Message ID | <1314318504-9524-3-git-send-email-joelagnel@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/10555/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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"
Without this, the configure stage of this recipe fails as pkg-config cannot find the gnome-icon-theme package Signed-off-by: Joel A Fernandes <joelagnel@ti.com> --- .../gnome-system-monitor_2.28.2.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)