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:48:33 +0100 |
commit | 89118a364e1205e6cf647da0eb6215b3c02c76ab (patch) | |
tree | 65b3ad1734356430581e98fa61150a5b74ecc300 /meta/recipes-sato | |
parent | a14c36340961f749514bea1f78347a758509c8fa (diff) | |
download | poky-89118a364e1205e6cf647da0eb6215b3c02c76ab.tar.gz |
pcmanfm: add an icon theme dependency
(From OE-Core rev: 041b717d73a8edf838392c23c21dbcc26c7ff50d)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 () { | |||
36 | } | 36 | } |
37 | 37 | ||
38 | FILES_${PN} += "${libdir}/pcmanfm" | 38 | FILES_${PN} += "${libdir}/pcmanfm" |
39 | |||
40 | RRECOMMENDS_${PN} += "adwaita-icon-theme" | ||