diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-09-04 15:21:00 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-12 22:47:09 +0100 |
commit | 041b717d73a8edf838392c23c21dbcc26c7ff50d (patch) | |
tree | 1192107f86fce4991c9f7ccb1ad61d4f11d48409 /meta/recipes-sato | |
parent | c77b57e2fa8a4cf90543038fe1939f6ca9b12bd1 (diff) | |
download | openembedded-core-041b717d73a8edf838392c23c21dbcc26c7ff50d.tar.gz openembedded-core-041b717d73a8edf838392c23c21dbcc26c7ff50d.tar.bz2 openembedded-core-041b717d73a8edf838392c23c21dbcc26c7ff50d.zip |
pcmanfm: add an icon theme dependency
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" |