libeet: fix build with gcrypt
libeet needs both gnutls and libgcrypt for ssl handling. Fixes http://autobuild.buildroot.net/results/tmp/f45782cf73338930644c69dccf2f18167083d121/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
76d190078d
commit
3628791f6f
@ -14,5 +14,13 @@ LIBEET_INSTALL_STAGING = YES
|
||||
|
||||
LIBEET_DEPENDENCIES = host-pkgconf zlib jpeg libeina
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GNUTLS)$(BR2_PACKAGE_LIBGCRYPT),yy)
|
||||
LIBEET_DEPENDENCIES += gnutls libgcrypt
|
||||
LIBEET_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
|
||||
LIBEET_CONF_OPT += --enable-gnutls
|
||||
else
|
||||
LIBEET_CONF_OPT += --disable-gnutls
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user