libssh2: add missing PKG_CONFIG_DEPENDS
Recently added symbols CONFIG_LIBSSH2_MBEDTLS and CONFIG_LIBSSH2_OPENSSL require a rerun of ./configure when their selection changes. So add them to PKG_CONFIG_DEPENDS accordingly. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
0a8bdb8564
commit
27c77ff0e9
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ PKG_INSTALL:=1
|
|||
PKG_LICENSE:=BSD
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
PKG_CONFIG_DEPENDS:= \
|
||||
CONFIG_LIBSSH2_MBEDTLS \
|
||||
CONFIG_LIBSSH2_OPENSSL
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/libssh2
|
||||
|
|
Loading…
Reference in a new issue