mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
uacme: add libev dependency to uacme-ualpn
The dependency has a PACKAGE_uacme-ualpn condition so that libev won't be unnecessarily built if uacme-ualpn is not selected. Remove PKG_USE_MIPS16:=0, as it is not necessary when not using the libev that is bundled with uacme. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
@@ -22,7 +22,6 @@ PKG_LICENSE_FILES:=COPYING
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-upstream-$(PKG_VERSION)
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_USE_MIPS16:=0
|
||||
|
||||
PKG_CONFIG_DEPENDS:= \
|
||||
CONFIG_LIBCURL_GNUTLS \
|
||||
@@ -54,7 +53,7 @@ endef
|
||||
|
||||
define Package/uacme-ualpn
|
||||
$(call Package/uacme/Default)
|
||||
DEPENDS:=+uacme
|
||||
DEPENDS:=+uacme +PACKAGE_uacme-ualpn:libev
|
||||
TITLE:=ualpn for uacme
|
||||
URL:=https://github.com/ndilieto/uacme
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user