Skip to content

Commit

Permalink
mutt: add PKG_CONFIG_DEPENDS
Browse files Browse the repository at this point in the history
Should fix missing dependencies when manupulating options.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Jul 20, 2022
1 parent 8588715 commit ecd3a8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mail/mutt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ecd3a8a

Please sign in to comment.