package/cups: add openssl optional dependency
openssl is an optional dependency since bump to version 2.4.2 in commit433fd541ea
and3e9f2c04d6
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
a3e72fe956
commit
f2c76fbbfc
@ -51,8 +51,11 @@ CUPS_CONF_OPTS += --disable-dbus
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||
CUPS_CONF_OPTS += --with-tls=yes
|
||||
CUPS_CONF_OPTS += --with-tls=gnutls
|
||||
CUPS_DEPENDENCIES += gnutls
|
||||
else ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
CUPS_CONF_OPTS += --with-tls=openssl
|
||||
CUPS_DEPENDENCIES += openssl
|
||||
else
|
||||
CUPS_CONF_OPTS += --with-tls=no
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user