libvncserver: gnutls support needs gcrypt as well
Fixes http://autobuild.buildroot.org/results/3b479b8cf751cc0c075ab942b56aad36f79ada71 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
8f8e537d43
commit
cd88dae7e6
@ -31,7 +31,7 @@ else
|
||||
LIBVNCSERVER_CONF_OPT += --without-gcrypt
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||
ifeq ($(BR2_PACKAGE_GNUTLS)$(BR2_PACKAGE_LIBGCRYPT),yy)
|
||||
LIBVNCSERVER_DEPENDENCIES += gnutls host-pkgconf
|
||||
else
|
||||
LIBVNCSERVER_CONF_OPT += --without-gnutls
|
||||
|
Loading…
Reference in New Issue
Block a user