mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libpcap: depends on libusb
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
974c187217
commit
cff28873c5
7
packages/3rdparty/lib/libpcap/meta
vendored
7
packages/3rdparty/lib/libpcap/meta
vendored
@ -20,10 +20,13 @@
|
||||
|
||||
PKG_NAME="libpcap"
|
||||
PKG_VERSION="1.3.0"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.tcpdump.org/"
|
||||
PKG_URL="http://www.tcpdump.org/release/libpcap-${PKG_VERSION}.tar.gz"
|
||||
PKG_REV=1
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_DEPENDS="libusb"
|
||||
PKG_BUILD_DEPENDS="toolchain libusb"
|
||||
PKG_PRIORITY=optional
|
||||
PKG_SECTION=libs
|
||||
PKG_SHORTDESC="system interface for user-level packet capture"
|
||||
|
Loading…
x
Reference in New Issue
Block a user