mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
iftop: we don't need libusb here
This commit is contained in:
parent
780c52e9f2
commit
a86698dc1d
@ -24,7 +24,7 @@
|
||||
|
||||
#strip_lto
|
||||
|
||||
export LIBS="-lpthread -ltinfo -lusb-1.0"
|
||||
export LIBS="-lpthread -ltinfo"
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
|
@ -26,7 +26,7 @@ PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://htop.sourceforge.net/"
|
||||
PKG_URL="http://www.ex-parrot.com/pdw/iftop/download/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS="ncurses"
|
||||
PKG_BUILD_DEPENDS="toolchain ncurses libusb libpcap"
|
||||
PKG_BUILD_DEPENDS="toolchain ncurses libpcap"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="debug/tools"
|
||||
PKG_SHORTDESC="iftop: display bandwidth usage on an interface"
|
||||
|
Loading…
x
Reference in New Issue
Block a user