contrib: add libpcap build dependency

Add a build dependency for libpcap, as it is required for the monitor
utility but not usteer itself. Use a build-dependency, as the monitor
utility executable is not packaged.

Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer
2020-11-15 21:48:32 +01:00
parent 8c35c8e6a0
commit 507a761553

View File

@@ -4,6 +4,7 @@ PKG_NAME:=usteer
PKG_VERSION:=$(shell git show -s --format=%cd --date=short)
PKG_RELEASE:=1
PKG_BUILD_DEPENDS:=libpcap
PKG_BUILD_PARALLEL:=1
PKG_FILE_DEPENDS:=$(CURDIR)/../..