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:
parent
78754b4f21
commit
1642b68d45
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue