Commit cd88dae7 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libvncserver: gnutls support needs gcrypt as well

parent 8f8e537d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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