mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04: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_NAME:=knxd
|
||||||
PKG_VERSION:=0.14.71
|
PKG_VERSION:=0.14.71
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/knxd/knxd/tar.gz/$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/knxd/knxd/tar.gz/$(PKG_VERSION)?
|
||||||
@@ -33,7 +33,7 @@ define Package/knxd
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=EIB KNX daemon
|
TITLE:=EIB KNX daemon
|
||||||
DEPENDS:=+libusb-1.0 +libev +libfmt
|
DEPENDS:=+libusb-1.0 +libev +libfmt +libinih
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/knxd/description
|
define Package/knxd/description
|
||||||
|
|||||||
Reference in New Issue
Block a user