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:08:41 +0100 |
commit | d4917c0ab8b022b1e28ef32d7b3a46f9bfffa690 (patch) | |
tree | 0825e18434de995a7d15655fd0ea3c75020c74e4 /meta/recipes-sato | |
parent | 94a69019f901073731ed80285624580976d27ddc (diff) | |
download | openembedded-core-d4917c0ab8b022b1e28ef32d7b3a46f9bfffa690.tar.gz openembedded-core-d4917c0ab8b022b1e28ef32d7b3a46f9bfffa690.tar.bz2 openembedded-core-d4917c0ab8b022b1e28ef32d7b3a46f9bfffa690.zip |
midori: Depend on Adwaita, not gnome-icon-theme
Adwaita is the current GNOME icon theme.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
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 = " \ TARGET_CC_ARCH += "${LDFLAGS}" -RRECOMMENDS_${PN} += "glib-networking ca-certificates gnome-icon-theme" +RRECOMMENDS_${PN} += "glib-networking ca-certificates adwaita-icon-theme" FILES_${PN} += "${datadir}/appdata" |