mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/cups: add openssl optional dependency
openssl is an optional dependency since bump to version 2.4.2 in commit433fd541eaand3e9f2c04d6Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
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
|
||||
|
||||
Reference in New Issue
Block a user