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>
(cherry picked from commit 1642b68d45
)
This commit is contained in:
parent
ed56ca2aac
commit
dfaa4bad50
1 changed files with 1 additions and 1 deletions
|
@ -53,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