diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-06-08 14:49:39 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-16 15:09:18 +0100 |
commit | ca789f0cde40dd4ad7788238949e791bfe6b63bd (patch) | |
tree | aec65d6767782bcff7ec8c8fcee336ab48faff29 /meta/recipes-sato | |
parent | 80fdc5daea19a580e57caa394359c9bc4af9bb13 (diff) | |
download | poky-ca789f0cde40dd4ad7788238949e791bfe6b63bd.tar.gz |
midori: Depend on Adwaita, not gnome-icon-theme
Adwaita is the current GNOME icon theme.
(From OE-Core rev: d4917c0ab8b022b1e28ef32d7b3a46f9bfffa690)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/midori/midori_0.5.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/midori/midori_0.5.8.bb b/meta/recipes-sato/midori/midori_0.5.8.bb index aa1b395b84..1c027fe452 100644 --- a/meta/recipes-sato/midori/midori_0.5.8.bb +++ b/meta/recipes-sato/midori/midori_0.5.8.bb | |||
@@ -26,6 +26,6 @@ EXTRA_OECMAKE = " \ | |||
26 | 26 | ||
27 | TARGET_CC_ARCH += "${LDFLAGS}" | 27 | TARGET_CC_ARCH += "${LDFLAGS}" |
28 | 28 | ||
29 | RRECOMMENDS_${PN} += "glib-networking ca-certificates gnome-icon-theme" | 29 | RRECOMMENDS_${PN} += "glib-networking ca-certificates adwaita-icon-theme" |
30 | 30 | ||
31 | FILES_${PN} += "${datadir}/appdata" | 31 | FILES_${PN} += "${datadir}/appdata" |