diff options
-rw-r--r-- | meta-oe/recipes-support/htop/htop_3.0.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/htop/htop_3.0.5.bb b/meta-oe/recipes-support/htop/htop_3.0.5.bb index 8e9b95d91d..c757f7fb59 100644 --- a/meta-oe/recipes-support/htop/htop_3.0.5.bb +++ b/meta-oe/recipes-support/htop/htop_3.0.5.bb | |||
@@ -31,3 +31,5 @@ PACKAGECONFIG[delayacct] = "--enable-delayacct,--disable-delayacct,libnl" | |||
31 | PACKAGECONFIG[sensors] = "--with-sensors,--without-sensors,lmsensors,lmsensors-libsensors" | 31 | PACKAGECONFIG[sensors] = "--with-sensors,--without-sensors,lmsensors,lmsensors-libsensors" |
32 | 32 | ||
33 | FILES_${PN} += "${datadir}/icons/hicolor/scalable/apps/htop.svg" | 33 | FILES_${PN} += "${datadir}/icons/hicolor/scalable/apps/htop.svg" |
34 | |||
35 | RDEPENDS_${PN} += "ncurses-terminfo-base" | ||