aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2015-09-16 17:35:56 +0300
committerMartin Jansa <Martin.Jansa@gmail.com>2015-09-23 15:37:22 +0200
commitde8e73cb0ca5231eabbd803f0193a592e60f7f03 (patch)
tree55c8eff0327b89aeb91697607236f9e2394a5804 /meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb
parentd7eba2737f6dd8533296acd562e844c51f9460c6 (diff)
downloadmeta-openembedded-contrib-de8e73cb0ca5231eabbd803f0193a592e60f7f03.tar.gz
gnome-system-monitor: Remove pkg-config check for specific icon theme
Also rrecommend adwaita-icon-theme instead of gnome-icon-theme (as latter is removed from oe-core). Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb')
-rw-r--r--meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb5
1 files changed, 4 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 dd2e63d3da..55778f7896 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"
SECTION = "x11/gnome"
PR = "r2"
-DEPENDS = "libgtop gtkmm glibmm gnome-doc-utils gnome-icon-theme libwnck gtk+ dbus-glib librsvg intltool-native"
+DEPENDS = "libgtop gtkmm glibmm gnome-doc-utils libwnck gtk+ dbus-glib librsvg intltool-native"
inherit gnome
SRC_URI[archive.md5sum] = "3f0bca9b0ebc7a365466851cd580d167"
@@ -13,12 +13,15 @@ GNOME_COMPRESS_TYPE="bz2"
SRC_URI += " \
file://0001-Fix-glib-includes.patch \
file://0002-src-procman.cpp-include-main-gtkmm.h.patch \
+ file://Remove-pkg-config-check-for-gnome-icon-theme.patch \
"
do_configure_prepend() {
sed -i -e s:help::g ${S}/Makefile.am
}
+RRECOMMENDS_${PN} = "adwaita-icon-theme"
+
FILES_${PN} += "${datadir}/icons \
${datadir}/dbus-1 \
${datadir}/gnome/autostart \