mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-07 07:07:02 +08:00
mutt: add PKG_CONFIG_DEPENDS
Should fix missing dependencies when manupulating options. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
98884b45f4
commit
031628b602
@ -24,6 +24,14 @@ PKG_CPE_ID:=cpe:/a:mutt:mutt
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_CONFIG_DEPENDS:= \
|
||||
CONFIG_MUTT_POP \
|
||||
CONFIG_MUTT_IMAP \
|
||||
CONFIG_MUTT_SMTP \
|
||||
CONFIG_MUTT_HCACHE \
|
||||
CONFIG_MUTT_SASL \
|
||||
CONFIG_MUTT_GNUTLS \
|
||||
CONFIG_MUTT_OPENSSL
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user