mirror of
https://git.openwrt.org/feed/packages.git
synced 2025-12-20 01:20:12 +08:00
knxd: add dependency for inih
Signed-off-by: Othmar Truniger <github@truniger.ch>
This commit is contained in:
committed by
Michael Heimpold
parent
22e61c19a6
commit
52eab207ee
@@ -12,7 +12,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=knxd
|
||||
PKG_VERSION:=0.14.71
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/knxd/knxd/tar.gz/$(PKG_VERSION)?
|
||||
@@ -33,7 +33,7 @@ define Package/knxd
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=EIB KNX daemon
|
||||
DEPENDS:=+libusb-1.0 +libev +libfmt
|
||||
DEPENDS:=+libusb-1.0 +libev +libfmt +libinih
|
||||
endef
|
||||
|
||||
define Package/knxd/description
|
||||
|
||||
Reference in New Issue
Block a user