From: Alexander Kanavin Date: Fri, 4 Sep 2015 12:21:00 +0000 (+0300) Subject: pcmanfm: add an icon theme dependency X-Git-Tag: 2015-10~468 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=041b717d73a8edf838392c23c21dbcc26c7ff50d;p=openembedded-core.git pcmanfm: add an icon theme dependency Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb index 6ef0347af7..4467303f6e 100644 --- a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb +++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb @@ -36,3 +36,5 @@ do_install_append () { } FILES_${PN} += "${libdir}/pcmanfm" + +RRECOMMENDS_${PN} += "adwaita-icon-theme"