From: Alexander Kanavin Date: Fri, 4 Sep 2015 12:21:00 +0000 (+0300) Subject: pcmanfm: add an icon theme dependency X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28981 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=041b717d73a8edf838392c23c21dbcc26c7ff50d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 6ef0347af72..4467303f6e4 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"